/[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.104 by gray, Sat Jul 19 22:09:37 2003 UTC revision 1.105 by gray, Tue Jul 29 10:17:06 2003 UTC
# Line 162  struct netdef { Line 162  struct netdef {
162  typedef struct netname NETNAME;  typedef struct netname NETNAME;
163  struct netname {  struct netname {
164          char *name;          char *name;
165          LIST /* of NETDEF */ *netlist;          RAD_LIST /* of NETDEF */ *netlist;
166  };  };
167    
168  typedef struct community Community;  typedef struct community Community;
# Line 174  struct community { Line 174  struct community {
174  typedef struct access_control_list ACL;  typedef struct access_control_list ACL;
175  struct access_control_list {  struct access_control_list {
176          Community *community;   /* community or NULL to deny access */          Community *community;   /* community or NULL to deny access */
177          LIST /* of NETDEF */ *netlist;          RAD_LIST /* of NETDEF */ *netlist;
178  };  };
179    
180  struct radstat {  struct radstat {

Legend:
Removed from v.1.104  
changed lines
  Added in v.1.105

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