From fee7749052ac9aab275c17be9e6bf923394b63f0 Mon Sep 17 00:00:00 2001
From: victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Mon, 18 Apr 2005 12:20:43 +0000
Subject: 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
---
 include/proto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'include')

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);
-- 
cgit v1.2.3