diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-08 11:33:23 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-09-08 11:33:23 +0800 |
commit | ca5ee5b2867227c04827eb952685f8212715d1c7 (patch) | |
tree | 7368ccbd42c18f5ddb373fbf747aa90f4510a23a /include | |
parent | 8a3a6d8827cf9ba4073dbdff48e0cdfeb7d012c3 (diff) | |
download | pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar.gz pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar.bz2 pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar.lz pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar.xz pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.tar.zst pttbbs-ca5ee5b2867227c04827eb952685f8212715d1c7.zip |
* merge trunk
* merge current
* allow view old 'goodpost' just like old numlogin
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4820 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/proto.h b/include/proto.h index a70298b3..ea232c78 100644 --- a/include/proto.h +++ b/include/proto.h @@ -53,11 +53,7 @@ void BlogMain(int); #endif /* assess */ -int inc_goodpost(const char *, int num); int inc_badpost(const char *, int num); -int inc_goodsale(const char *, int num); -int inc_badsale(const char *, int num); -//void set_assess(int uid, unsigned char num, int type); /* bbs */ void delete_allpost(const char *userid); |