diff options
Diffstat (limited to 'include/cmbbs.h')
-rw-r--r-- | include/cmbbs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cmbbs.h b/include/cmbbs.h index 830d2064..6683975e 100644 --- a/include/cmbbs.h +++ b/include/cmbbs.h @@ -21,9 +21,6 @@ extern void sethomefile(char *buf, const char *userid, const char *fname); // setbdir // setuserfile -/* file.c */ -extern int belong(const char *filelist, const char *key); - /* money.c */ extern int give_tax(int money); extern const char* money_level(int money); |