diff options
Diffstat (limited to 'include/proto.h')
-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); |