Below is the file 'account.h' from this revision. You can also download the file.
#ifndef ACCOUNT_H #define ACCOUNT_H int check_coke_user(char *name); void acct_reset(); void acct_add(size_t r, size_t w); void acct_report(); #endif /* ACCOUNT_H */