From 79890093f845d2c70ffec2e0699700380e623cd8 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 2 May 2004 15:11:32 +0000 Subject: safe_delete won't happen when mode_digest git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1918 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index 9c9267fc..e9b46dc9 100644 --- a/include/proto.h +++ b/include/proto.h @@ -101,7 +101,7 @@ void brc_addlist(const char* fname); #define moneyof(uid) SHM->money[uid - 1] #define getbtotal(bid) SHM->total[bid - 1] #define getbottomtotal(bid) SHM->n_bottom[bid-1] - +void sort_bcache(void); int getuser(char *userid); void setuserid(int num, char *userid); int searchuser(char *userid); -- cgit v1.2.3