/[radius]/radius/include/radiusd.h
ViewVC logotype

Diff of /radius/include/radiusd.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by gray, Sun Apr 27 17:05:25 2003 UTC revision 1.85 by gray, Mon Apr 28 12:07:26 2003 UTC
# Line 120  typedef struct client { Line 120  typedef struct client {
120          char                    shortname[MAX_SHORTNAME+1];          char                    shortname[MAX_SHORTNAME+1];
121  } CLIENT;  } CLIENT;
122    
 typedef struct proxy_id {  
         struct proxy_id         *next;  
         UINT4                   ipaddr;  
         u_char                  id;  
 } PROXY_ID;  
   
123  typedef struct proxy_state {  typedef struct proxy_state {
124          UINT4                   ipaddr;          UINT4                   ipaddr;
125          UINT4                   id;          UINT4                   id;
# Line 470  int proxy_receive(RADIUS_REQ *radreq, RA Line 464  int proxy_receive(RADIUS_REQ *radreq, RA
464  void proxy_retry(int type, void *radreq, void *orig_req,  void proxy_retry(int type, void *radreq, void *orig_req,
465                   int fd, char *status_str);                   int fd, char *status_str);
466    
 void proxy_cleanup();  
   
467  /* auth.c */  /* auth.c */
468  int rad_auth_init(RADIUS_REQ *radreq, int activefd);  int rad_auth_init(RADIUS_REQ *radreq, int activefd);
469  int rad_authenticate (RADIUS_REQ *, int);  int rad_authenticate (RADIUS_REQ *, int);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26