diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:25:03 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-26 13:25:03 +0800 |
commit | 38918e67f0aabf6c9fd7ee743faa4dc296384691 (patch) | |
tree | 5ce1dd700f8d8327ecf2e65c3ba041fce7a075f4 /include/pttstruct.h | |
parent | 648817f7b2957819f2854e7ee223ea9f7ed32619 (diff) | |
download | pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.gz pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.bz2 pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.lz pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.xz pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.tar.zst pttbbs-38918e67f0aabf6c9fd7ee743faa4dc296384691.zip |
blog support
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@903 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index 80bbe7f3..a85c031d 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -1,4 +1,4 @@ -/* $Id: pttstruct.h,v 1.37 2003/05/09 13:30:32 victor Exp $ */ +/* $Id: pttstruct.h,v 1.38 2003/05/26 05:23:13 in2 Exp $ */ #ifndef INCLUDE_STRUCT_H #define INCLUDE_STRUCT_H @@ -135,6 +135,7 @@ typedef struct boardheader_t { #define BRD_WARNEL 000002000 /* 連署機看板 */ #define BRD_TOP 000004000 /* 熱門看板群組 */ #define BRD_NORECOMMEND 000010000 /* 不可推薦 */ +#define BRD_BLOG 000020000 /* BLOG */ #define TTLEN 64 /* Length of title */ #define FNLEN 33 /* Length of filename */ |