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

Comparing ircd-hybrid-7.2/include/s_conf.h (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 56 by michael, Mon Oct 3 11:33:30 2005 UTC

# Line 42 | Line 42 | struct hostent;
42   extern FBFILE *conf_fbfile_in;
43   extern struct Callback *client_check_cb;
44  
45 < typedef enum {  
45 > typedef enum
46 > {  
47    CONF_TYPE,
48    CLASS_TYPE,
49    OPER_TYPE,
# Line 94 | Line 95 | struct AccessItem
95    dlink_node node;
96    unsigned int     status;   /* If CONF_ILLEGAL, delete when no clients */
97    unsigned int     flags;
98 +  unsigned int     modes;
99    int              clients;  /* Number of *LOCAL* clients using this */
100    struct irc_ssaddr my_ipnum; /* ip to bind to for outgoing connect */
101    struct irc_ssaddr ipnum;      /* ip to connect to */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines