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