summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-23 03:59:26 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-06-23 03:59:26 +0800
commitdeaf384374f6c3048d4a3afe6f54d6a89ed7b189 (patch)
tree9446df7196d24402adb1fe528d1af439aa5a2264 /include
parente549a5c27776230c6d27593bc4e95b1653919539 (diff)
downloadpttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar.gz
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar.bz2
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar.lz
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar.xz
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.tar.zst
pttbbs-deaf384374f6c3048d4a3afe6f54d6a89ed7b189.zip
header file for exclusive search result
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2860 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/modes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index 0ea53e19..45d1b92a 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -136,6 +136,7 @@
#define RS_MARK 0x20 /* search the first article */
#define RS_AUTHOR 0x40 /* search author's article */
#define RS_NEWPOST 0x80 /* search new posts */
+#define RS_NOKEYWORD 0x100 /* search new posts */
#define CURSOR_FIRST (RS_TITLE | RS_FIRST)
#define CURSOR_NEXT (RS_TITLE | RS_FORWARD)