diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:27:00 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:27:00 +0000 |
commit | f9e7760a235ae07f4bbe7193bc8c9212bd5eee7d (patch) | |
tree | c7d4c244e543ca01fe8cb9dc44123c1d73f2c602 /include/extern.h | |
parent | 53e79c21557ee8024936977caebda17634dd1b07 (diff) |
Fixed compile errors in os_shutdown and os_sqline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1995 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 77f9d7949..3fd628d60 100644 --- a/include/extern.h +++ b/include/extern.h @@ -785,7 +785,7 @@ E int add_sgline(User *u, const char *mask, const char *by, time_t expires, cons E int check_sgline(const char *nick, const char *realname); E void expire_sglines(); -E int add_sqline(User *u, char *mask, const char *by, const time_t expires, const char *reason); +E int add_sqline(User *u, const char *mask, const char *by, time_t expires, const char *reason); E int check_sqline(const char *nick, int nick_change); E void expire_sqlines(); E int check_chan_sqline(const char *chan); |