comparison 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
comparison
equal deleted inserted replaced
1328:c13aa2cd8d51 1329:185c14fa504d
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_ */