summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-20 22:32:47 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-02-20 22:32:47 +0800
commit5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3 (patch)
tree1ad8207fa56c827d36205ef153e4e4152d141381 /include
parentb34fc84582f9bde4cbaadcb836553882f36df4c0 (diff)
downloadpttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar.gz
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar.bz2
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar.lz
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar.xz
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.tar.zst
pttbbs-5aefbfff8dfaf005a84e7d7679afeb1a7252c7e3.zip
- admin: (exp) new admin interface for regform validation (page mode)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3931 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
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);