diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-02 23:11:32 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-05-02 23:11:32 +0800 |
commit | 79890093f845d2c70ffec2e0699700380e623cd8 (patch) | |
tree | b76370f72f8082571ae9ddd043757de3ff44adfb /include/proto.h | |
parent | 1bd5e9b55a1998899e6569b72fd3a6388b952f09 (diff) | |
download | pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar.gz pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar.bz2 pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar.lz pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar.xz pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.tar.zst pttbbs-79890093f845d2c70ffec2e0699700380e623cd8.zip |
safe_delete won't happen when mode_digest
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1918 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |