summaryrefslogtreecommitdiffstats
path: root/src/authkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/authkey.h')
-rw-r--r--src/authkey.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/authkey.h b/src/authkey.h
index cc0fcb28..a0d695a9 100644
--- a/src/authkey.h
+++ b/src/authkey.h
@@ -5,5 +5,6 @@
int pa_authkey_load(const char *path, void *data, size_t len);
int pa_authkey_load_from_home(const char *fn, void *data, size_t length);
+int pa_authkey_load_auto(const char *fn, void *data, size_t length);
#endif