diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-12-07 04:11:23 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-12-07 04:11:23 +0800 |
commit | aef34d4dfe7f400e523c7219c1b9d7110b62aa0f (patch) | |
tree | 709664d4e8069a869b0283c992c56341c48af0f7 /include | |
parent | e7155661549f49fbcf188db588e3c2858a4ef46a (diff) | |
download | pttbbs-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
Diffstat (limited to 'include')
-rw-r--r-- | include/pttstruct.h | 1 |
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 */ |