summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 04:11:23 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-12-07 04:11:23 +0800
commitaef34d4dfe7f400e523c7219c1b9d7110b62aa0f (patch)
tree709664d4e8069a869b0283c992c56341c48af0f7
parente7155661549f49fbcf188db588e3c2858a4ef46a (diff)
downloadpttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar.gz
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar.bz2
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar.lz
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar.xz
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.tar.zst
pttbbs-aef34d4dfe7f400e523c7219c1b9d7110b62aa0f.zip
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1399 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 7ec5fd3d..bee5ac71 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -190,6 +190,7 @@ typedef struct fileheader_t {
#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 STRLEN 80 /* Length of most string data */