diff options
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index f4fa5376..19a4eddd 100644 --- a/include/proto.h +++ b/include/proto.h @@ -25,7 +25,6 @@ char *setstate(char *state); int m_loginmsg(void); int m_mod_board(char *bname); 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); int search_user_bybakpwd(void); |