summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 14:12:12 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-05-25 14:12:12 +0800
commit850ea1b719c582d0a511aa1b5eca5f6b2a0173a0 (patch)
tree41438ae634633fdd735b29e29fc87aa92106ae8c /include
parentf2ac108f484ad739dc251bf0b1f43f29e6dfc3c7 (diff)
downloadpttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar.gz
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar.bz2
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar.lz
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar.xz
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.tar.zst
pttbbs-850ea1b719c582d0a511aa1b5eca5f6b2a0173a0.zip
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@213 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index c6e309cd..143a9f60 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -1,4 +1,4 @@
-/* $Id: pttstruct.h,v 1.9 2002/05/24 17:48:19 ptt Exp $ */
+/* $Id: pttstruct.h,v 1.10 2002/05/25 06:12:12 ptt Exp $ */
#ifndef INCLUDE_STRUCT_H
#define INCLUDE_STRUCT_H
@@ -129,6 +129,7 @@ typedef struct boardheader_t {
#define BRD_BAD 00400 /* 違法改進中看板 */
#define BRD_VOTEBOARD 01000 /* 連署機看板 */
#define BRD_WARNDEL 02000 /* 已警告要廢除的看板 */
+#define BRD_TOP 04000 /* 熱門看板的群組 設群組板才有用*/
#define TTLEN 64 /* Length of title */
#define FNLEN 33 /* Length of filename */