1 Feb
2010
1 Feb
'10
12:26 p.m.
Signed-off-by: Wang Tinggong <wangtinggong@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