summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index 805177723..3771e826f 100644
--- a/auth.h
+++ b/auth.h
@@ -2,5 +2,9 @@
2#define AUTH_H 2#define AUTH_H
3 3
4void do_authentication(void); 4void do_authentication(void);
5void do_authentication2(void);
6
7struct passwd *
8auth_get_user(void);
5 9
6#endif 10#endif