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

Comparing ircd-hybrid/branches/8.2.x/include/res.h (file contents):
Revision 4408 by michael, Thu Apr 24 16:15:51 2014 UTC vs.
Revision 4409 by michael, Wed Aug 6 21:20:45 2014 UTC

# Line 31 | Line 31
31  
32   struct Client; /* XXX */
33  
34 +
35 + #define RFC1035_MAX_DOMAIN_LENGTH 255
36   /* Here we define some values lifted from nameser.h */
37   #define NS_NOTIFY_OP 4
38   #define NS_INT16SZ 2
# Line 94 | Line 96 | typedef struct
96    unsigned  arcount :16; /* number of resource entries */
97   } HEADER;
98  
99 < typedef void (*dns_callback_fnc)(void *, const struct irc_ssaddr *, const char *);
99 > typedef void (*dns_callback_fnc)(void *, const struct irc_ssaddr *, const char *, size_t);
100  
101   extern void init_resolver(void);
102   extern void restart_resolver(void);

Diff Legend

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