diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -135,4 +135,6 @@ char *read_passphrase(const char *, int); | |||
135 | int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2))); | 135 | int ask_permission(const char *, ...) __attribute__((format(printf, 1, 2))); |
136 | int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *); | 136 | int read_keyfile_line(FILE *, const char *, char *, size_t, u_long *); |
137 | 137 | ||
138 | int secure_permissions(struct stat *st, uid_t uid); | ||
139 | |||
138 | #endif /* _MISC_H */ | 140 | #endif /* _MISC_H */ |