summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
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();