From dfe040bf4ad27abe77951f778c7b822c346e4556 Mon Sep 17 00:00:00 2001 From: wens Date: Thu, 28 Sep 2006 13:32:34 +0000 Subject: * police logs * lock article confirmation * change permission of police actions (BMs are not allowed) * remove police info from lock article git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3432 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index b128cc85..41c5a416 100644 --- a/include/proto.h +++ b/include/proto.h @@ -652,6 +652,7 @@ int post_file(const char *bname, const char *title, const char *filename, const void post_newboard(const char *bgroup, const char *bname, const char *bms); void post_violatelaw(const char *crime, const char *police, const char *reason, const char *result); void post_change_perm(int oldperm, int newperm, const char *sysopid, const char *userid); +void post_policelog(const char *bname, const char *atitle, const char *action, const int toggle); /* talk */ #define iswritable(uentp) \ -- cgit v1.2.3