diff extensions/app_radgw/radius.h @ 516:1c2f5ee38039

Allow RADIUS Proxies with the app_radgw extension
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 27 Aug 2010 10:59:51 +0900
parents a857024cb48b
children 4c935aecee6c
line wrap: on
line diff
--- a/extensions/app_radgw/radius.h	Thu Aug 26 14:10:03 2010 +0900
+++ b/extensions/app_radgw/radius.h	Fri Aug 27 10:59:51 2010 +0900
@@ -3,8 +3,11 @@
  *  The content from this file comes directly from the hostap project.
  * It is redistributed under the terms of the BSD license, as allowed
  * by the original copyright reproduced bellow.
- *  The file has not been modified, except for this notice.
+ *  The file has not been modified, except for this notice and
+ * declaration of:
+ *  void radius_msg_dump_attr_val(struct radius_attr_hdr *hdr);
  */
+
 /*********************************************************************************/
 
 /*
@@ -215,6 +218,7 @@
 int radius_msg_initialize(struct radius_msg *msg, size_t init_len);
 void radius_msg_set_hdr(struct radius_msg *msg, u8 code, u8 identifier);
 void radius_msg_free(struct radius_msg *msg);
+void radius_msg_dump_attr_val(struct radius_attr_hdr *hdr);
 void radius_msg_dump(struct radius_msg *msg);
 int radius_msg_finish(struct radius_msg *msg, const u8 *secret,
 		      size_t secret_len);
"Welcome to our mercurial repository"