diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-01 20:42:33 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-01 20:42:33 +0800 |
commit | 3a014d927e393b889f074113c0a398ddb04807b2 (patch) | |
tree | f439934fd5b732020126453d88ba3648070ff778 /include | |
parent | 4c256182f70ad244e0ec40af45c0c0857abb0a01 (diff) | |
download | pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar.gz pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar.bz2 pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar.lz pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar.xz pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.tar.zst pttbbs-3a014d927e393b889f074113c0a398ddb04807b2.zip |
- 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
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |