diff options
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); |