diff options
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index f74ebeef3..6dcd6cc59 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -281,7 +281,7 @@ void do_final_msg(); char *estr_lower(char *str); char * job_name(int class_); -int e_mail_check(unsigned char *email); +int e_mail_check(char *email); #endif |