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

Comparing ircd-hybrid/trunk/src/auth.c (file contents):
Revision 4415 by michael, Thu Aug 7 14:09:36 2014 UTC vs.
Revision 4461 by michael, Wed Aug 13 17:05:26 2014 UTC

# Line 80 | Line 80 | enum
80   #define sendheader(c, i) sendto_one_notice((c), &me, HeaderMessages[(i)])
81  
82   static dlink_list auth_pending_list;
83 < static PF read_auth_reply;
83 > static void read_auth_reply(fde_t *, void *);
84   static CNCB auth_connect_callback;
85  
86  

Diff Legend

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