summaryrefslogtreecommitdiffhomepage
path: root/dbutil.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-01-24 00:05:26 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-01-24 00:05:26 +0800
commit6165f53fcd6be9bb06fc3cd29e8640bb14d95111 (patch)
tree3319421458308184edfd0bdd945be7d62c299b87 /dbutil.h
parent4122cac66b139492d5b7fa6a1b8afcb1bfc529f7 (diff)
Default client key path ~/.ssh/id_dropbear
Diffstat (limited to 'dbutil.h')
-rw-r--r--dbutil.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbutil.h b/dbutil.h
index 4dd05b5..774c3ce 100644
--- a/dbutil.h
+++ b/dbutil.h
@@ -110,5 +110,6 @@ int constant_time_memcmp(const void* a, const void *b, size_t n);
a real-world clock */
time_t monotonic_now();
+char * expand_tilde(const char *inpath);
#endif /* _DBUTIL_H_ */