summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-08 16:43:18 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-08 16:43:18 +0100
commit2bd515a018247ecc03a0b22b015f3e3b3872a5e4 (patch)
tree23e6cdc33a6765ac890e8d2aa5771c4b93c95ce6 /common
parente57c1a87733917b15feed183cf8571faee6826b6 (diff)
downloadeurephia-2bd515a018247ecc03a0b22b015f3e3b3872a5e4.tar.gz
eurephia-2bd515a018247ecc03a0b22b015f3e3b3872a5e4.tar.xz
eurephia-2bd515a018247ecc03a0b22b015f3e3b3872a5e4.zip
Added setnull_flag in the eurephiaUSERINFO struct
This can make it possible to get a value getting set to NULL if this flag contains the FIELD_* value of the field being set to NULL. If more fields wants to be reset, these field values can be bitwise ORed together into the setnull_flag.
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 5a13a1f..c4fe6b8 100644
--- a/common/eurephia_admin_struct.h
+++ b/common/eurephia_admin_struct.h
@@ -28,6 +28,7 @@ typedef struct _eurephiaUSERINFO_s {
char *deactivated;
char *last_accessed;
int uid;
+ long int setnull_flags;
struct _eurephiaUSERINFO_s *next;
} eurephiaUSERINFO;