aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/auth/factotum/x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/auth/factotum/x.c')
-rw-r--r--src/cmd/auth/factotum/x.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/cmd/auth/factotum/x.c b/src/cmd/auth/factotum/x.c
new file mode 100644
index 00000000..3bedfdd4
--- /dev/null
+++ b/src/cmd/auth/factotum/x.c
@@ -0,0 +1,15 @@
+#include <u.h>
+#include <libc.h>
+#include <auth.h>
+
+void
+f(void*)
+{
+}
+
+void
+main(void)
+{
+ f(auth_challenge);
+ f(auth_response);
+}