summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index a7df3568..bbc277dc 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -207,6 +207,7 @@ typedef struct boardheader_t {
#define BRD_SYMBOLIC 000100000 /* symbolic link to board */
#define BRD_NOBOO 000200000 /* 不可噓 */
#define BRD_LOCALSAVE 000400000 /* 預設 Local Save */
+#define BRD_RESTRICTEDPOST 001000000 /* 板友才能發文 */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
#define GROUPOP() (currmode & MODE_GROUPOP)