Cleanup work (much needed)
[tpg/opendispense2.git] / src / cokebank_basic / common.h
1 /*
2  * OpenDispense 2 
3  * UCC (University [of WA] Computer Club) Electronic Accounting System
4  *
5  * cokebank.c - Coke-Bank management
6  *
7  * This file is licenced under the 3-clause BSD Licence. See the file COPYING
8  * for full details.
9  */
10 #ifndef _COKEBANK_COMMON_H_
11 #define _COKEBANK_COMMON_H_
12
13 typedef struct sUser {
14          int    UnixID;
15          int    Balance;
16          int    Flags;
17 }       tUser;
18
19 #endif

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