From ed95a5621ac9c4f5002e68a981f8b24d5caaedf4 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 28 Mar 2016 14:11:22 -0400 Subject: kludge things to compile on old linux --- src/auth.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/auth.h') 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); -- cgit v1.1