diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-19 21:34:39 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-19 21:34:39 +0800 |
commit | 07d2f9e8f641a93977a34f60d9ee187ab0268a1a (patch) | |
tree | 4c210ac98c1f65ae98c092b4480cdd50b6a5da25 /include | |
parent | 60c53c20d80245a1bea976bb9974295bb790fc4a (diff) | |
download | pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar.gz pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar.bz2 pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar.lz pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar.xz pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.tar.zst pttbbs-07d2f9e8f641a93977a34f60d9ee187ab0268a1a.zip |
* prepare to move ambiguous id check into regmaild (it should be named as regcheckd instead someday)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4754 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/daemons.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/daemons.h b/include/daemons.h index 84168d11..46b30db1 100644 --- a/include/daemons.h +++ b/include/daemons.h @@ -19,6 +19,7 @@ enum { REGMAILDB_REQ_COUNT = 1, REGMAILDB_REQ_SET, + REGCHECK_REQ_AMBIGUOUS, }; typedef struct |