summaryrefslogtreecommitdiffstats
path: root/include/pttstruct.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r--include/pttstruct.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 34becd25..d22f4701 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -162,6 +162,11 @@ typedef struct boardheader_t {
#define BRD_NORECOMMEND 000010000 /* 不可推薦 */
#define BRD_BLOG 000020000 /* BLOG */
#define BRD_BMCOUNT 000040000 /* 板主設定列入記錄 */
+#define BRD_SYMBOLIC 000100000 /* symbolic link to board */
+
+#define BRD_LINK_TARGET(x) ((x)->postexpire)
+
+
#define TTLEN 64 /* Length of title */
#define FNLEN 33 /* Length of filename */