diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: misc.h,v 1.23 2005/06/06 11:20:36 djm Exp $ */ | 1 | /* $OpenBSD: misc.h,v 1.24 2005/07/04 00:58:43 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -26,6 +26,7 @@ char *colon(char *); | |||
26 | long convtime(const char *); | 26 | long convtime(const char *); |
27 | char *tilde_expand_filename(const char *, uid_t); | 27 | char *tilde_expand_filename(const char *, uid_t); |
28 | char *percent_expand(const char *, ...) __attribute__((sentinel)); | 28 | char *percent_expand(const char *, ...) __attribute__((sentinel)); |
29 | char *tohex(const u_char *, u_int); | ||
29 | 30 | ||
30 | struct passwd *pwcopy(struct passwd *); | 31 | struct passwd *pwcopy(struct passwd *); |
31 | 32 | ||