Added prototype
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Apr 2010 13:38:30 +0000 (15:38 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Apr 2010 14:02:59 +0000 (16:02 +0200)
src/main/event.c

index 512e57a..a6e86e9 100644 (file)
@@ -109,6 +109,7 @@ static fr_packet_list_t *proxy_list = NULL;
 static void remove_from_proxy_hash(REQUEST *request);
 
 static void check_for_zombie_home_server(REQUEST *request);
+static void remove_from_proxy_hash(REQUEST *request);
 #else
 #define remove_from_proxy_hash(foo)
 #endif