Cleanup - Multiple changes, see description
[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_basic/common.h - 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 #include "../cokebank.h"
14
15 typedef struct sUser {
16          int    UnixID;
17          int    Balance;
18          int    Flags;
19 }       tUser;
20
21 #endif

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