From e2f6064f10df88c129a155e403c33344f1eb295c Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Tue, 10 Feb 2009 23:49:24 +0000 Subject: Fixed compile errors in os_szline. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1998 5417fbe8-f217-4b02-8779-1006273d7864 --- include/extern.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/extern.h b/include/extern.h index 3fd628d60..691342316 100644 --- a/include/extern.h +++ b/include/extern.h @@ -790,8 +790,8 @@ E int check_sqline(const char *nick, int nick_change); E void expire_sqlines(); E int check_chan_sqline(const char *chan); -E int add_szline(User * u, char *mask, const char *by, - const time_t expires, const char *reason); +E int add_szline(User * u, const char *mask, const char *by, + time_t expires, const char *reason); E void expire_szlines(); E int check_szline(const char *nick, char *ip); -- cgit