/[radius]/radius/lib/nas.c
ViewVC logotype

Diff of /radius/lib/nas.c

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

revision 1.10 by gray, Sun Nov 23 19:18:44 2003 UTC revision 1.11 by gray, Wed Nov 26 21:05:48 2003 UTC
# Line 154  nas_ip_to_name(UINT4 ipaddr, char *buf, Line 154  nas_ip_to_name(UINT4 ipaddr, char *buf,
154    
155  /* Find the name of a nas (prefer short name) based on the request */  /* Find the name of a nas (prefer short name) based on the request */
156  NAS *  NAS *
157  nas_request_to_nas(RADIUS_REQ *radreq)  nas_request_to_nas(const RADIUS_REQ *radreq)
158  {  {
159          UINT4 ipaddr;          UINT4 ipaddr;
160          VALUE_PAIR *pair;          VALUE_PAIR *pair;
# Line 168  nas_request_to_nas(RADIUS_REQ *radreq) Line 168  nas_request_to_nas(RADIUS_REQ *radreq)
168  }  }
169    
170  char *  char *
171  nas_request_to_name(RADIUS_REQ *radreq, char *buf, size_t size)  nas_request_to_name(const RADIUS_REQ *radreq, char *buf, size_t size)
172  {  {
173          UINT4 ipaddr;          UINT4 ipaddr;
174          NAS *nas;          NAS *nas;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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