summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 13:54:49 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-31 13:54:49 +0800
commit3fbfbac63d50619f92d98140fa7f59f570a180c7 (patch)
tree64cafee218133c82fc7f82075924c812f3992439 /include/proto.h
parentc7ec45b470726d9b50e7d549a09569e22e2a9a69 (diff)
downloadpttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.gz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.bz2
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.lz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.xz
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.tar.zst
pttbbs-3fbfbac63d50619f92d98140fa7f59f570a180c7.zip
* merge pwcu branch with trunk
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4806 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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);