diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-23 19:49:55 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2014-03-23 19:49:55 +0000 |
commit | 54a00282d9f08314749db5bee8635abc40262c04 (patch) | |
tree | e098f24515f2fb56ae64b0b07aab1cbce6b3b623 /include | |
parent | 3ae8f7036933cf9d8905ee19f5aee6473ac9adb7 (diff) |
- 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
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 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); |