From 1c569d131987b4d574e65efe0e473b3664722ad0 Mon Sep 17 00:00:00 2001 From: robertabcd Date: Fri, 3 Feb 2012 17:36:17 +0000 Subject: Forgot to commit proto.h. Fix compile errors. git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5552 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/include/proto.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pttbbs/include/proto.h b/pttbbs/include/proto.h index e8b97abe..9a7313d5 100644 --- a/pttbbs/include/proto.h +++ b/pttbbs/include/proto.h @@ -57,6 +57,7 @@ time4_t is_user_banned_by_board(const char *user, const char *board); time4_t is_banned_by_board(const char *board); int ban_user_for_board(const char *user, const char *board, time4_t expire, const char *reason); int edit_banned_list_for_board(const char *board); +int edit_user_acl_for_board(const char *uid, const char *board); /* assess */ int inc_badpost(const char *, int num); @@ -98,6 +99,7 @@ int HasBoardPerm(boardheader_t *bptr); void save_brdbuf(void); void init_brdbuf(void); int b_config(); +int b_quick_acl(int ent, fileheader_t * fhdr, const char *direct); // Board Selections int New(void); int Favorite(void); -- cgit v1.2.3