[trivial PATCH 08/22] [modcall.c] eliminate build warnings

Wang Tinggong wangtinggong at gmail.com
Mon Feb 1 18:26:58 CET 2010


Signed-off-by: Wang Tinggong <wangtinggong at gmail.com>
---
 src/main/modcall.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/modcall.c b/src/main/modcall.c
index bcd0e24..ff0640b 100644
--- a/src/main/modcall.c
+++ b/src/main/modcall.c
@@ -28,6 +28,7 @@ RCSID("$Id$")
 #include <freeradius-devel/modcall.h>
 #include <freeradius-devel/rad_assert.h>
 
+extern int radius_get_vp(REQUEST *request, const char *name, VALUE_PAIR **vp_p);
 
 /* mutually-recursive static functions need a prototype up front */
 static modcallable *do_compile_modgroup(modcallable *,
-- 
1.6.0.6



More information about the Freeradius-Devel mailing list