Fixing basic cokebank to actually work
[tpg/opendispense2.git] / src / cokebank_basic / common.h
diff --git a/src/cokebank_basic/common.h b/src/cokebank_basic/common.h
new file mode 100644 (file)
index 0000000..e6e37c6
--- /dev/null
@@ -0,0 +1,19 @@
+/*
+ * OpenDispense 2 
+ * UCC (University [of WA] Computer Club) Electronic Accounting System
+ *
+ * cokebank.c - Coke-Bank management
+ *
+ * This file is licenced under the 3-clause BSD Licence. See the file COPYING
+ * for full details.
+ */
+#ifndef _COKEBANK_COMMON_H_
+#define _COKEBANK_COMMON_H_
+
+typedef struct sUser {
+        int    UnixID;
+        int    Balance;
+        int    Flags;
+}      tUser;
+
+#endif

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