From 07a3f1656ee0471d07138865feace636163d422a Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 19 Aug 2009 13:47:41 +0000 Subject: * move ambiguous id check into (emaildb/regcheckd) daemon git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4755 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index a2782513..400a6db7 100644 --- a/include/proto.h +++ b/include/proto.h @@ -191,6 +191,9 @@ const char *ask_tmpbuf(int y); int emaildb_check_email(char * email, int email_len); int emaildb_update_email(char * userid, int userid_len, char * email, int email_len); #endif +#ifdef USE_REGCHECKD +int regcheck_ambiguous_userid_exist(const char *userid); +#endif /* fav */ void fav_set_old_folder(fav_t *fp); -- cgit v1.2.3