Server/Coke - Improved logging
[tpg/opendispense2.git] / src / cokebank_basic / common.h
index 8f9a406..877b45b 100644 (file)
 
 #include "../cokebank.h"
 
+typedef struct sFileUser {
+        int    UnixID;
+        int    Balance;
+        int    Flags;
+}      tFileUser;
+
 typedef struct sUser {
         int    UnixID;
+       const char      *Name;
         int    Balance;
         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

UCC git Repository :: git.ucc.asn.au