diff options
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 */ |