aboutsummaryrefslogtreecommitdiff
path: root/src/libauth/amount_getkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libauth/amount_getkey.c')
-rw-r--r--src/libauth/amount_getkey.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libauth/amount_getkey.c b/src/libauth/amount_getkey.c
new file mode 100644
index 00000000..019fad2a
--- /dev/null
+++ b/src/libauth/amount_getkey.c
@@ -0,0 +1,5 @@
+#include <u.h>
+#include <libc.h>
+#include <auth.h>
+
+int (*amount_getkey)(char*) = auth_getkey;