aboutsummaryrefslogtreecommitdiff
path: root/src/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.h')
-rw-r--r--src/auth.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/auth.h b/src/auth.h
index ba24595..c5c9dc1 100644
--- a/src/auth.h
+++ b/src/auth.h
@@ -26,12 +26,6 @@
//#define HASH_ITERS 500000
#define HASH_ITERS 1
-struct authinfo_t {
- bool success;
- const char *user;
- int authlevel;
-};
-
/* makes admin account */
void first_run_setup(void);