diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-14 21:33:33 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-10-14 21:33:33 +0800 |
commit | 994e44a546b9e0a7bfbbd3ee935a3882b780f2cc (patch) | |
tree | 680a6d8cdc213480bc7d6aae28d441bd8952d4e9 /include/proto.h | |
parent | 50f20458362cbf06180c0cddd570db13d5c44c87 (diff) | |
download | pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar.gz pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar.bz2 pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar.lz pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar.xz pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.tar.zst pttbbs-994e44a546b9e0a7bfbbd3ee935a3882b780f2cc.zip |
1. add feature assessment of article and sale
2. add file pttbbs/util/cleanshm.c to help clean unused var in PASSWD
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1241 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 41fa2a7f..1ca98489 100644 --- a/include/proto.h +++ b/include/proto.h @@ -34,6 +34,13 @@ void BlogMain(int); void initsetproctitle(int argc, char **argv, char **envp); void setproctitle(const char* format, ...) GCC_CHECK_FORMAT(1,2); +/* assess */ +void inc_goodpost(int uid); +void inc_badpost(int uid); +void inc_goodsale(int uid); +void inc_badsale(int uid); +void set_assess(int uid, unsigned char num, int type); + /* bbcall */ int main_bbcall(); |