summaryrefslogtreecommitdiffstats
path: root/src/authkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/authkey.h')
-rw-r--r--src/authkey.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/authkey.h b/src/authkey.h
new file mode 100644
index 00000000..cc0fcb28
--- /dev/null
+++ b/src/authkey.h
@@ -0,0 +1,9 @@
+#ifndef fooauthkeyhfoo
+#define fooauthkeyhfoo
+
+#include <sys/types.h>
+
+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);
+
+#endif