/[radius]/radius/radiusd/request.c
ViewVC logotype

Diff of /radius/radiusd/request.c

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

revision 1.35 by gray, Fri Jun 13 07:29:54 2003 UTC revision 1.36 by gray, Thu Jun 19 12:39:42 2003 UTC
# Line 105  request_free(REQUEST *req) Line 105  request_free(REQUEST *req)
105  }  }
106    
107  void  void
108  request_drop(int type, void *data, void *orig_data, int fd, char *status_str)  request_drop(int type, void *data, void *orig_data,
109                 int fd, const char *status_str)
110  {  {
111          request_class[type].drop(type, data, orig_data, fd, status_str);          request_class[type].drop(type, data, orig_data, fd, status_str);
112  }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

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