From 73ee47d6fe68084b11f061ca9381ce1d50af8946 Mon Sep 17 00:00:00 2001 From: ptt Date: Wed, 2 Feb 2005 19:19:55 +0000 Subject: guest can post for jdwreck git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2452 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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) -- cgit v1.2.3