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 13:59:07 +0000 (15:59 +0200)
src/main/event.c

index cd6a90f..41abddf 100644 (file)
@@ -114,6 +114,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