diff dbutil.h @ 1329:185c14fa504d

Use atomic key generation in all cases
author Matt Johnston <matt@ucc.asn.au>
date Sat, 19 Nov 2016 00:31:21 +0800
parents 750ec4ec4cbe
children bbc0a0ee3843
line wrap: on
line diff
--- a/dbutil.h	Fri Nov 18 23:56:22 2016 +0800
+++ 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_ */