Merge branch 'master' of github.com:ucc/OpenDispense2
[tpg/opendispense2.git] / src / cokebank_basic / common.h
index daf0030..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;

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