summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-04 11:10:20 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-04-04 11:10:20 +0800
commit04b5b79e7900940fc79dd4c4d8a3def9601abcd8 (patch)
treebbf1b9fae98202f6380071e02f60736751820bf8 /include/proto.h
parent631d89bd7cb7a9a2bedfeafda5158489c7265a9e (diff)
downloadpttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar.gz
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar.bz2
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar.lz
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar.xz
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.tar.zst
pttbbs-04b5b79e7900940fc79dd4c4d8a3def9601abcd8.zip
- regform: enable kick-out mechanism for regform system
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4078 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 531bf467..96fccf76 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -529,6 +529,7 @@ int setupnewuser(const userec_t *user);
int regform_estimate_queuesize();
void new_register(void);
void check_register(void);
+void check_birthday(void);
// void check_register_notify(void);
void delregcodefile(void);
char *genpasswd(char *pw);