diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 18:01:24 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2013-06-18 18:01:24 +0000 |
commit | 32e09a2ff52f692e63fb63c12054d8b98d60343e (patch) | |
tree | dc29086089c9e0bfe3251b1c9f0bdd4a4291b1ce /include | |
parent | c585460480429ac628b89b4d4cbef17514817858 (diff) |
- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2281 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r-- | include/s_serv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/s_serv.h b/include/s_serv.h index 60c6feb..f761dff 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -92,7 +92,7 @@ extern void send_capabilities(struct Client *, int); extern void write_links_file(void *); extern void read_links_file(void); extern void server_estab(struct Client *); -extern const char *show_capabilities(struct Client *); +extern const char *show_capabilities(const struct Client *); extern void try_connections(void *); extern void burst_channel(struct Client *client_p, struct Channel *); extern void sendnick_TS(struct Client *, struct Client *); |