aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auth.h b/src/auth.h
index b771152..908d043 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -33,6 +33,8 @@ struct authinfo_t {
/* makes admin account */
void first_run_setup(void);
+struct userdata_t;
+
/* NULL on failure, user data struct on success */
struct userdata_t *auth_check(const char *user, const char *pass);