diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:49:24 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:49:24 +0000 |
commit | e2f6064f10df88c129a155e403c33344f1eb295c (patch) | |
tree | 61290b31ef3050b6c9894656a0fe168a1dc8555f /include/extern.h | |
parent | 87065c514afab4b4c904f9eace6632459d8e748a (diff) |
Fixed compile errors in os_szline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1998 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |