From c527ce09c31f65d7ca70c3f5a31b4eec194cbe57 Mon Sep 17 00:00:00 2001 From: ptt Date: Sat, 6 Dec 2003 20:25:36 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1401 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/pttstruct.h b/include/pttstruct.h index bee5ac71..0c3a18cc 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -186,11 +186,10 @@ typedef struct fileheader_t { #define FILE_SOLVED 0x10 /* problem solved, sysop only */ #define FILE_HIDE 0x20 /* hild */ #define FILE_BM 0x40 /* BM only */ -#define FILE_BOTH 0x80 /* both replay for mail and board */ #define FILE_MULTI 0x100 /* multi send for mail */ #define FILE_BID 0x20 /* for bid */ #define FILE_VOTE 0x40 /* for vote */ -#define FILE_ANONYMOUS 0x100 /* anonymous file */ +#define FILE_ANONYMOUS 0x80 /* anonymous file */ #define STRLEN 80 /* Length of most string data */ -- cgit v1.2.3