summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-02 23:16:23 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-02 23:16:23 +0800
commit4ef59339ce51c6378e04a7b716241bdbdd2b4e6a (patch)
treef53f4d01df9150516a849fb2a906156db93f042d /include
parent157b1d72211ffacf8614d6a5e96e8cf536f93e78 (diff)
downloadpttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar.gz
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar.bz2
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar.lz
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar.xz
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.tar.zst
pttbbs-4ef59339ce51c6378e04a7b716241bdbdd2b4e6a.zip
use emaildb interface in user register
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3774 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 2332e7b4..c39c94c9 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -231,6 +231,12 @@ char *ask_tmpbuf(int y);
void edit_outs(const char *text);
void edit_outs_n(const char *text, int n);
+/* emaildb */
+#ifdef USE_EMAILDB
+int emaildb_check_email(char * email, int email_len);
+int emaildb_update_email(char * userid, int userid_len, char * email, int email_len);
+#endif
+
/* fav */
void fav_set_old_folder(fav_t *fp);
int get_data_number(fav_t *fp);