diff dbutil.h @ 1336:efad433418c4

Use atomic key generation in all cases
author Matt Johnston <matt@ucc.asn.au>
date Sat, 19 Nov 2016 00:31:21 +0800
parents 3017bc7d6238
children 8747c2b19152
line wrap: on
line diff
--- a/dbutil.h	Wed May 11 12:35:06 2016 +0200
+++ b/dbutil.h	Sat Nov 19 00:31:21 2016 +0800
@@ -89,4 +89,6 @@
 
 char * expand_homedir_path(const char *inpath);
 
+void fsync_parent_dir(const char* fn);
+
 #endif /* DROPBEAR_DBUTIL_H_ */