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

Comparing ircd-hybrid/branches/8.2.x/src/res.c (file contents):
Revision 4459 by michael, Mon Aug 11 19:44:25 2014 UTC vs.
Revision 4462 by michael, Wed Aug 13 17:08:22 2014 UTC

# Line 65 | Line 65
65   #error this code needs to be able to address individual octets
66   #endif
67  
68 < static PF res_readreply;
68 > static void res_readreply(fde_t *, void *);
69  
70   #define MAXPACKET      1024  /**< rfc says 512 but we expand names so ... */
71   #define AR_TTL         600   /**< TTL in seconds for dns cache entries */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines