summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/auth.h b/auth.h
new file mode 100644
index 000000000..805177723
--- /dev/null
+++ b/auth.h
@@ -0,0 +1,6 @@
1#ifndef AUTH_H
2#define AUTH_H
3
4void do_authentication(void);
5
6#endif