From 9b42989e38a7602b206dacb0cfa88d21e365c7a1 Mon Sep 17 00:00:00 2001 From: michael Date: Mon, 14 Apr 2014 18:37:19 +0000 Subject: - Made server_estab() and sendnick_TS() use 'static' keyword git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3307 82007160-df01-0410-b94d-b575c5fd34c7 --- include/s_serv.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/s_serv.h b/include/s_serv.h index e40739c..57fa865 100644 --- a/include/s_serv.h +++ b/include/s_serv.h @@ -96,11 +96,8 @@ extern int unsigned find_capability(const char *); 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(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 *); extern int serv_connect(struct MaskItem *, struct Client *); extern struct Client *find_servconn_in_progress(const char *); extern struct Server *make_server(struct Client *); -- cgit