ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/s_bsd.h
(Generate patch)

Comparing:
ircd-hybrid/include/s_bsd.h (file contents), Revision 32 by knight, Sun Oct 2 20:41:23 2005 UTC vs.
ircd-hybrid/trunk/include/s_bsd.h (file contents), Revision 1666 by michael, Sun Nov 18 17:03:18 2012 UTC

# Line 25 | Line 25
25   #ifndef INCLUDED_s_bsd_h
26   #define INCLUDED_s_bsd_h
27  
28 < #include "setup.h"      
28 > #include "config.h"      
29   #include "fdlist.h"
30 #include "hook.h"
30  
31   /* Type of IO */
32   #define COMM_SELECT_READ                1
# Line 37 | Line 36
36   #define SELECT_DELAY    500
37  
38   struct Client;
39 < struct AccessItem;
41 < struct DNSReply;
39 > struct MaskItem;
40   struct Listener;
41  
42   extern struct Callback *setup_socket_cb;
43  
44 < extern void add_connection(struct Listener *, int);
44 > extern void add_connection(struct Listener *, struct irc_ssaddr *, int);
45   extern void close_connection(struct Client *);
48 extern int  connect_server(struct AccessItem *, struct Client *,
49                           struct DNSReply *);
46   extern void report_error(int, const char *, const char *, int);
47  
48   extern int get_sockerr(int);
# Line 63 | Line 59 | extern int comm_open(fde_t *F, int famil
59   extern int comm_accept(struct Listener *, struct irc_ssaddr *pn);
60  
61   /* These must be defined in the network IO loop code of your choice */
62 + extern void init_netio(void);
63   extern void comm_setselect(fde_t *, unsigned int, PF *, void *, time_t);
64   extern void init_comm(void);
65   extern int read_message (time_t, unsigned char);

Comparing:
ircd-hybrid/include/s_bsd.h (property svn:keywords), Revision 32 by knight, Sun Oct 2 20:41:23 2005 UTC vs.
ircd-hybrid/trunk/include/s_bsd.h (property svn:keywords), Revision 1666 by michael, Sun Nov 18 17:03:18 2012 UTC

# Line 1 | Line 1
1 < Revision
1 > Id Revision

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)