comparison dbutil.h @ 1344:b90da477ab63 coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 23:02:39 +0800
parents bbc0a0ee3843
children f9f930e1a516 58a74cb829b8
comparison
equal deleted inserted replaced
1318:10e2a7727253 1344:b90da477ab63
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_ */