diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:17:46 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-02-10 23:17:46 +0000 |
commit | 53e79c21557ee8024936977caebda17634dd1b07 (patch) | |
tree | e0ba8bee8f10d52fe19d1ad0b38a4b1870b76cd7 /include | |
parent | fe78ca1399da57c34d0e8071645626f6111cf984 (diff) |
Fixed compile errors in os_sgline.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1994 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include')
-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 0e7d8cf34..77f9d7949 100644 --- a/include/extern.h +++ b/include/extern.h @@ -781,7 +781,7 @@ E int check_akill(const char *nick, const char *username, const char *host, cons E void expire_akills(); E void oper_global(char *nick, const char *fmt, ...); -E int add_sgline(User *u, char *mask, const char *by, const time_t expires, const char *reason); +E int add_sgline(User *u, const char *mask, const char *by, time_t expires, const char *reason); E int check_sgline(const char *nick, const char *realname); E void expire_sglines(); |