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