diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-03 03:19:55 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-02-03 03:19:55 +0800 |
commit | 73ee47d6fe68084b11f061ca9381ce1d50af8946 (patch) | |
tree | e1ceb1315004e6f05a3a3ee5dcb95b1213ab2b08 /include | |
parent | 93fc55c09a8d056a1b9b54d7a04603f6ba24420f (diff) | |
download | pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar.gz pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar.bz2 pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar.lz pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar.xz pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.tar.zst pttbbs-73ee47d6fe68084b11f061ca9381ce1d50af8946.zip |
guest can post for jdwreck
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2452 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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 b8b714a9..37159523 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -208,6 +208,7 @@ typedef struct boardheader_t { #define BRD_NOBOO 000200000 /* ¤£¥i¼N */ #define BRD_LOCALSAVE 000400000 /* ¹w³] Local Save */ #define BRD_RESTRICTEDPOST 001000000 /* ªO¤Í¤~¯àµo¤å */ +#define BRD_GUESTPOST 002000000 /* guest¯ààpo */ #define BRD_LINK_TARGET(x) ((x)->postexpire) #define GROUPOP() (currmode & MODE_GROUPOP) |