diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-06-04 19:54:03 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-06-04 19:54:03 +0800 |
commit | afdcc476d6f19f96004acb1b96d99b61f2547e39 (patch) | |
tree | 620e84ba2a9a6d8777bcaa225b357f5da4bcff53 /include | |
parent | 8ffc0739e079717275a19c60f3ecd99516d3398f (diff) | |
download | pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar.gz pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar.bz2 pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar.lz pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar.xz pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.tar.zst pttbbs-afdcc476d6f19f96004acb1b96d99b61f2547e39.zip |
- improve reg-email check procedure and error message
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4342 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-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 55df5c00..70274b94 100644 --- a/include/proto.h +++ b/include/proto.h @@ -537,7 +537,7 @@ int regform_estimate_queuesize(); void new_register(void); void check_register(void); void check_birthday(void); -// void check_register_notify(void); +int check_regmail(char *email); // check and prompt for invalid reason; will str_lower() mail domain. void delregcodefile(void); char *genpasswd(char *pw); |