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 45cf1aab..10c32588 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -158,6 +158,7 @@ typedef struct boardheader_t { #define BRD_TOP 000004000 /* �����ݪO�s�� */ #define BRD_NORECOMMEND 000010000 /* ���i���� */ #define BRD_BLOG 000020000 /* BLOG */ +#define BRD_BMCOUNT 000040000 /* �O�D�]�w�C�J�O�� */ #define TTLEN 64 /* Length of title */ #define FNLEN 33 /* Length of filename */ |