diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: misc.h,v 1.19 2004/12/06 11:41:03 dtucker Exp $ */ | 1 | /* $OpenBSD: misc.h,v 1.20 2004/12/11 01:48:56 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -47,4 +47,4 @@ char *tilde_expand_filename(const char *, uid_t); | |||
47 | 47 | ||
48 | char *read_passphrase(const char *, int); | 48 | char *read_passphrase(const char *, int); |
49 | int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2))); | 49 | int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2))); |
50 | int read_keyfile_line(FILE *, const char *, char *, size_t, int *); | 50 | int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *); |