diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-10-13 18:50:07 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-10-13 18:50:07 +0000 |
commit | 4e52eb64c71d6e6a25e4033eb87e4659f0107291 (patch) | |
tree | 29f2b78337b3e3a69a63fc7b143272c73b04e3f3 /include | |
parent | da595ec69fae819205c2f5d95d7e16957f82aa58 (diff) |
- 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
Diffstat (limited to 'include')
-rw-r--r-- | include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |