diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-04-18 20:20:43 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-04-18 20:20:43 +0800 |
commit | fee7749052ac9aab275c17be9e6bf923394b63f0 (patch) | |
tree | 1957c5edbe3d4062041781c3a52efea221fae5b6 /include | |
parent | 87755ead67ec0872404d236e3d4df5c38f5be2f7 (diff) | |
download | pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar.gz pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar.bz2 pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar.lz pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar.xz pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.tar.zst pttbbs-fee7749052ac9aab275c17be9e6bf923394b63f0.zip |
use macro instead for class_bid recognition
put class_bid in file scope (board.c)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2696 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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 7daa496d..8d358443 100644 --- a/include/proto.h +++ b/include/proto.h @@ -24,7 +24,7 @@ char *setstate(char *state); /* admin */ int m_loginmsg(void); int m_mod_board(char *bname); -int m_newbrd(int recover); +int m_newbrd(int whatclass, int recover); int scan_register_form(const char *regfile, int automode, int neednum); int m_user(void); int search_user_bypwd(void); |