summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-01 22:12:06 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-10-01 22:12:06 +0800
commit6e7f6d142078737003eaa0d9b4fb093fa8ef890a (patch)
treed4cf5974baa8dd85ae4d4de141c7d90c821eceef
parent57dadd6252931a315c54ab7f452521dd1927afaa (diff)
downloadpttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar.gz
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar.bz2
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar.lz
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar.xz
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.tar.zst
pttbbs-6e7f6d142078737003eaa0d9b4fb093fa8ef890a.zip
missed file in last commit
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3437 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 41c5a416..dcab16bc 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -652,7 +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);
+void post_policelog(const char *bname, const char *atitle, const char *action, const char *reason, const int toggle);
/* talk */
#define iswritable(uentp) \