diff options
Diffstat (limited to 'src/auth.h')
| -rw-r--r-- | src/auth.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |