diff dbutil.h @ 995:6fb4c010c448

Default client key path ~/.ssh/id_dropbear
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jan 2015 00:05:26 +0800
parents f92eb625c48d
children 7668ca9ae132
line wrap: on
line diff
--- a/dbutil.h	Fri Jan 23 23:00:25 2015 +0800
+++ b/dbutil.h	Sat Jan 24 00:05:26 2015 +0800
@@ -110,5 +110,6 @@
 a real-world clock */
 time_t monotonic_now();
 
+char * expand_tilde(const char *inpath);
 
 #endif /* _DBUTIL_H_ */