diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-11-19 00:31:21 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-11-19 00:31:21 +0800 |
commit | 597f12c44a000add479c6a0b416e8c0847b59b20 (patch) | |
tree | d6d1aa9862e2214767ab6c4ee7f5ac66c4290a3f /dbutil.h | |
parent | 9025cd9b72bf316f4d84b71b03af25675c834ff9 (diff) |
Use atomic key generation in all cases
Diffstat (limited to 'dbutil.h')
-rw-r--r-- | dbutil.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,4 +89,6 @@ time_t monotonic_now(void); char * expand_homedir_path(const char *inpath); +void fsync_parent_dir(const char* fn); + #endif /* DROPBEAR_DBUTIL_H_ */ |