comparison 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
comparison
equal deleted inserted replaced
1335:253c08951b96 1336:efad433418c4
87 a real-world clock */ 87 a real-world clock */
88 time_t monotonic_now(void); 88 time_t monotonic_now(void);
89 89
90 char * expand_homedir_path(const char *inpath); 90 char * expand_homedir_path(const char *inpath);
91 91
92 void fsync_parent_dir(const char* fn);
93
92 #endif /* DROPBEAR_DBUTIL_H_ */ 94 #endif /* DROPBEAR_DBUTIL_H_ */