Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
994:5c5ade336926 | 995:6fb4c010c448 |
---|---|
108 | 108 |
109 /* Returns a time in seconds that doesn't go backwards - does not correspond to | 109 /* Returns a time in seconds that doesn't go backwards - does not correspond to |
110 a real-world clock */ | 110 a real-world clock */ |
111 time_t monotonic_now(); | 111 time_t monotonic_now(); |
112 | 112 |
113 char * expand_tilde(const char *inpath); | |
113 | 114 |
114 #endif /* _DBUTIL_H_ */ | 115 #endif /* _DBUTIL_H_ */ |