diff 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
line wrap: on
line diff
--- a/dbutil.h	Tue Jun 23 21:48:13 2015 +0800
+++ b/dbutil.h	Mon Aug 03 20:45:04 2015 +0800
@@ -97,6 +97,6 @@
 a real-world clock */
 time_t monotonic_now();
 
-char * expand_tilde(const char *inpath);
+char * expand_homedir_path(const char *inpath);
 
 #endif /* DROPBEAR_DBUTIL_H_ */