diff options
Diffstat (limited to 'src/operserv.c')
-rw-r--r-- | src/operserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.c b/src/operserv.c index 1b05aa84e..b17f895bc 100644 --- a/src/operserv.c +++ b/src/operserv.c @@ -723,7 +723,7 @@ static int is_akill_entry_equal(SList * slist, void *item1, void *item2) * The success result is the number of SGLINEs that were deleted to successfully add one. */ -int add_sgline(User * u, char *mask, const char *by, const time_t expires, +int add_sgline(User * u, const char *mask, const char *by, time_t expires, const char *reason) { int deleted = 0, i; |