diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-29 04:08:52 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-03-29 04:08:52 +0800 |
commit | b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9 (patch) | |
tree | d8be290082c441ae25ec5d9b44d5e6efec5544b3 /include | |
parent | b1feff5b340ae2fe4f2c4dc0e38fa9fbb13e1c29 (diff) | |
download | pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar.gz pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar.bz2 pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar.lz pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar.xz pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.tar.zst pttbbs-b4cfd7600a14957e4d75a0a84dc3dcb4fe3c15b9.zip |
- make regform2 complete by upgrading scripts.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4035 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 2fabbfba..f324d338 100644 --- a/include/proto.h +++ b/include/proto.h @@ -514,10 +514,11 @@ int getindex(const char *fpath, fileheader_t *fh, int start); /* register */ int u_register(void); -int getnewuserid(void); int bad_user_id(const char *userid); +int getnewuserid(void); int checkpasswd(const char *passwd, char *test); int setupnewuser(const userec_t *user); +int regform_estimate_queuesize(); void new_register(void); void check_register(void); void delregcodefile(void); |