diff options
Diffstat (limited to 'include/proto.h')
-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); |