From 3a014d927e393b889f074113c0a398ddb04807b2 Mon Sep 17 00:00:00 2001 From: piaip Date: Sat, 1 Dec 2007 12:42:33 +0000 Subject: - sync ptt2 local modification - refine post/vote restriction magic code - color in making recommend git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3603 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 25bcedd7..afc02a78 100644 --- a/include/proto.h +++ b/include/proto.h @@ -68,6 +68,7 @@ int cmpfowner(fileheader_t *fhdr); int b_note_edit_bname(int bid); int Read(void); int CheckPostPerm(void); +int CheckPostRestriction(int); void anticrosspost(void); int Select(void); void do_reply_title(int row, const char *title); -- cgit v1.2.3