From deaf384374f6c3048d4a3afe6f54d6a89ed7b189 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 22 Jun 2005 19:59:26 +0000 Subject: header file for exclusive search result git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2860 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/modes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3