summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-12-08 18:33:35 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-12-08 18:33:35 +0000
commitab94fd24e4f424f112ae9ca78243292d81126aa1 (patch)
tree806df876d078c1a89be2d2e1d6ef4863d3a18ace /include
parent2125c07023c96b86aea8eada679f935ad6946d6e (diff)
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2631 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'include')
-rw-r--r--include/s_bsd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/s_bsd.h b/include/s_bsd.h
index 47ee32b..e6326a3 100644
--- a/include/s_bsd.h
+++ b/include/s_bsd.h
@@ -39,8 +39,6 @@ struct Client;
struct MaskItem;
struct Listener;
-extern struct Callback *setup_socket_cb;
-
extern void add_connection(struct Listener *, struct irc_ssaddr *, int);
extern void close_connection(struct Client *);
extern void report_error(int, const char *, const char *, int);
@@ -61,7 +59,6 @@ extern int comm_accept(struct Listener *, struct irc_ssaddr *pn);
/* These must be defined in the network IO loop code of your choice */
extern void init_netio(void);
extern void comm_setselect(fde_t *, unsigned int, PF *, void *, time_t);
-extern void init_comm(void);
extern int read_message (time_t, unsigned char);
extern void comm_select(void);
extern void check_can_use_v6(void);