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

Comparing ircd-hybrid/trunk/include/s_auth.h (file contents):
Revision 1798 by michael, Sun Mar 31 17:09:50 2013 UTC vs.
Revision 2181 by michael, Tue Jun 4 11:03:41 2013 UTC

# Line 25 | Line 25
25   #ifndef INCLUDED_s_auth_h
26   #define INCLUDED_s_auth_h
27  
28 #include "hook.h"
29
28   /*
29   * flag values for AuthRequest
30   * NAMESPACE: AM_xxx - Authentication Module
# Line 53 | Line 51 | struct AuthRequest
51    time_t              timeout;   /* time when query expires */
52   };
53  
56 extern struct Callback *auth_cb;
57
54   extern void auth_init(void);
55 + extern void start_auth(struct Client *);
56   extern void send_auth_query(struct AuthRequest *);
57   extern void remove_auth_request(struct AuthRequest *);
58   extern void delete_auth(struct AuthRequest *);

Diff Legend

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