X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fcokebank_basic%2Fcommon.h;h=daf0030e3742d8a08d32cde83b463ac4a3a80ee0;hb=fa5a63b28f0b56be4258b4b08d1f30fc4f08d602;hp=8f9a406b115f04026ce3260ab374823e03435fd9;hpb=6b194d420f1554ace61a251f2c416712d68ab633;p=tpg%2Fopendispense2.git diff --git a/src/cokebank_basic/common.h b/src/cokebank_basic/common.h index 8f9a406..daf0030 100644 --- a/src/cokebank_basic/common.h +++ b/src/cokebank_basic/common.h @@ -18,4 +18,21 @@ typedef struct sUser { int Flags; } tUser; +#if 0 +typedef struct sUser +{ + char *Username; + int UID; + int Pin; + int Balance; + int Flags; + time_t LastUsed; +} tUser; +typedef struct sAltLogin +{ + tUser *User; + char CardID[]; +} tAltLogin; +#endif + #endif