summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-18 20:20:43 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-04-18 20:20:43 +0800
commitfee7749052ac9aab275c17be9e6bf923394b63f0 (patch)
tree1957c5edbe3d4062041781c3a52efea221fae5b6 /include
parent87755ead67ec0872404d236e3d4df5c38f5be2f7 (diff)
downloadpttbbs-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.h2
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);