summaryrefslogtreecommitdiff
path: root/authfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'authfile.h')
-rw-r--r--authfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/authfile.h b/authfile.h
index 6745dc062..094b855bd 100644
--- a/authfile.h
+++ b/authfile.h
@@ -26,4 +26,6 @@ Key *key_load_private_pem(int, int, const char *, char **);
26int key_perm_ok(int, const char *); 26int key_perm_ok(int, const char *);
27int key_in_file(Key *, const char *, int); 27int key_in_file(Key *, const char *, int);
28 28
29int blacklisted_key(const Key *key, char **fp);
30
29#endif 31#endif