diff options
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 *); |