From 54a00282d9f08314749db5bee8635abc40262c04 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 23 Mar 2014 19:49:55 +0000 Subject: - Cleaned up find_chasing(). Removed useless third 'chasing' argument. git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3193 82007160-df01-0410-b94d-b575c5fd34c7 --- include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/client.h b/include/client.h index 0334f1a..8646520 100644 --- a/include/client.h +++ b/include/client.h @@ -469,7 +469,7 @@ extern void dead_link_on_read(struct Client *, int); extern void exit_aborted_clients(void); extern void free_exited_clients(void); extern struct Client *make_client(struct Client *); -extern struct Client *find_chasing(struct Client *, const char *, int *const); +extern struct Client *find_chasing(struct Client *, const char *); extern struct Client *find_person(const struct Client *const, const char *); extern const char *get_client_name(const struct Client *, enum addr_mask_type); -- cgit