diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-19 21:47:41 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-19 21:47:41 +0800 |
commit | 07a3f1656ee0471d07138865feace636163d422a (patch) | |
tree | e9da02b2e5cb52d03474b6c2e02ed6c377de7f77 /include | |
parent | 07d2f9e8f641a93977a34f60d9ee187ab0268a1a (diff) | |
download | pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar.gz pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar.bz2 pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar.lz pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar.xz pttbbs-07a3f1656ee0471d07138865feace636163d422a.tar.zst pttbbs-07a3f1656ee0471d07138865feace636163d422a.zip |
* move ambiguous id check into (emaildb/regcheckd) daemon
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4755 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |