summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index bc32e07d..a70298b3 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -187,8 +187,8 @@ const char *ask_tmpbuf(int y);
/* emaildb */
#ifdef USE_EMAILDB
-int emaildb_check_email (const char * email, int email_len);
-int emaildb_update_email(const char * userid, int userid_len, const char * email, int email_len);
+int emaildb_check_email (const char *email, int email_len);
+int emaildb_update_email(const char *userid, int userid_len, const char *email, int email_len);
#endif
#ifdef USE_REGCHECKD
int regcheck_ambiguous_userid_exist(const char *userid);