summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-11 14:16:56 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-11 14:16:56 +0100
commit5875ca215d75d2a5e2c3ca147b19a5197bcb2dbf (patch)
treeb7e33d4dc30acfa170840d4da9acfeb3b8d73b1c /common
parentc132838440c3f602283bf92146433800ee1bf9b2 (diff)
downloadeurephia-5875ca215d75d2a5e2c3ca147b19a5197bcb2dbf.tar.gz
eurephia-5875ca215d75d2a5e2c3ca147b19a5197bcb2dbf.tar.xz
eurephia-5875ca215d75d2a5e2c3ca147b19a5197bcb2dbf.zip
Added logincount and setting user account flags
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_admin_struct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h
index 074604f..ab58923 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -67,6 +67,7 @@ typedef struct _eurephiaUSERINFO_s {
char *deactivated;
char *last_accessed;
int uid;
+ int logincount;
long int account_flags;
long int setnull_flags;
eurephiaCERTLIST *certlist;