diff options
Diffstat (limited to 'common/eurephia_admin_struct.h')
-rw-r--r-- | common/eurephia_admin_struct.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/common/eurephia_admin_struct.h b/common/eurephia_admin_struct.h index f3021f9..2015f95 100644 --- a/common/eurephia_admin_struct.h +++ b/common/eurephia_admin_struct.h @@ -21,11 +21,13 @@ #ifndef EUREPHIA_ADMIN_STRUCT_H #define EUREPHIA_ADMIN_STRUCT_H -#define ACCFLAG_NEVERUSED 0x001 -#define ACCFLAG_OPENSESSION 0x002 -#define ACCFLAG_BLACKLISTED 0x004 -#define ACCFLAG_DEACTIVATED 0x008 -#define ACCFLAG_ERRATTEMPT 0x010 +#define ACCFLAG_NEVERUSED 0x001 +#define ACCFLAG_OPENSESSION 0x002 +#define ACCFLAG_BLACKLISTED 0x004 +#define ACCFLAG_DEACTIVATED 0x008 +#define ACCFLAG_ERRATTEMPT 0x010 +#define ACCFLAG_RSETLASTUSED 0x020 +#define ACCFLAG_RSETLOGINCNT 0x040 typedef struct _eurephiaACCESSINFO_s { int accessprofile; |