diff extensions/app_radgw/rgw.h @ 553:153cd2600fcf

Fix another issue
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 15 Sep 2010 14:52:24 +0900
parents 4c935aecee6c
children 4a9f08d6b6ba
line wrap: on
line diff
--- a/extensions/app_radgw/rgw.h	Wed Sep 15 14:45:55 2010 +0900
+++ b/extensions/app_radgw/rgw.h	Wed Sep 15 14:52:24 2010 +0900
@@ -65,7 +65,7 @@
 };
 void rgw_msg_free(struct rgw_radius_msg_meta ** msg);
 int rgw_msg_parse(unsigned char * buf, size_t len, struct rgw_radius_msg_meta ** msg);
-void rgw_msg_dump(struct rgw_radius_msg_meta * msg);
+void rgw_msg_dump(struct rgw_radius_msg_meta * msg, int has_meta);
 
 /* Local RADIUS server(s) configuration */
 struct rgw_serv {
"Welcome to our mercurial repository"