From 4e52eb64c71d6e6a25e4033eb87e4659f0107291 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 13 Oct 2013 18:50:07 +0000 Subject: - find_person(): fixed naming convention - find_chasing(): reduced required arguments git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2476 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 66227aa..436f6d3 100644 --- a/include/client.h +++ b/include/client.h @@ -466,7 +466,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 *, struct Client *, const char *, int *); +extern struct Client *find_chasing(struct Client *, const char *, int *const); 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