diff options
author | robertabcd <robertabcd@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-02-04 01:36:17 +0800 |
---|---|---|
committer | robertabcd <robertabcd@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2012-02-04 01:36:17 +0800 |
commit | 1c569d131987b4d574e65efe0e473b3664722ad0 (patch) | |
tree | 3cd29e5e9b35ea5076cf67b56302dd3d9fbe9e04 | |
parent | c392e42aa75f7a3d16fe3c7fb3f9a9358c10e64b (diff) | |
download | pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar.gz pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar.bz2 pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar.lz pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar.xz pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.tar.zst pttbbs-1c569d131987b4d574e65efe0e473b3664722ad0.zip |
Forgot to commit proto.h. Fix compile errors.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5552 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |