comparison dbutil.h @ 1134:36557295418e

change DROPBEAR_DEFAULT_CLI_AUTHKEY to just prepend homedir rather than doing ~ expansion
author Matt Johnston <matt@ucc.asn.au>
date Mon, 03 Aug 2015 20:45:04 +0800
parents 01eea88963f3
children be862d101766
comparison
equal deleted inserted replaced
1128:a9e074b78cd5 1134:36557295418e
95 95
96 /* Returns a time in seconds that doesn't go backwards - does not correspond to 96 /* Returns a time in seconds that doesn't go backwards - does not correspond to
97 a real-world clock */ 97 a real-world clock */
98 time_t monotonic_now(); 98 time_t monotonic_now();
99 99
100 char * expand_tilde(const char *inpath); 100 char * expand_homedir_path(const char *inpath);
101 101
102 #endif /* DROPBEAR_DBUTIL_H_ */ 102 #endif /* DROPBEAR_DBUTIL_H_ */