[trivial PATCH 05/22] [evaluate.c] eliminate build warnings
1 Feb
2010
1 Feb
'10
12:25 p.m.
Signed-off-by: Wang Tinggong <wangtinggong@gmail.com> --- src/main/evaluate.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/evaluate.c b/src/main/evaluate.c index 6fae2be..d213ba2 100644 --- a/src/main/evaluate.c +++ b/src/main/evaluate.c @@ -49,6 +49,8 @@ RCSID("$Id$") #ifdef WITH_UNLANG +extern int radius_get_vp(REQUEST *request, const char *name, VALUE_PAIR **vp_p); + static int all_digits(const char *string) { const char *p = string; -- 1.6.0.6
6001
Age (days ago)
6001
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wang Tinggong