Unnoetige Prototypen entfernt.

Change-Id: I9f2ecf25193d515bb5ab45aa593560846b731aca
diff --git a/p/daemon/iplookup.c b/p/daemon/iplookup.c
index 7f04ba8..0207b7f 100644
--- a/p/daemon/iplookup.c
+++ b/p/daemon/iplookup.c
@@ -53,13 +53,8 @@
 #endif
 
 // PROTOTYPES
-
-public void create();
-public void reset();
-static int active_entry( string key, mixed* data );
 static void expire_cache_small();
 static void expire_cache_large( string* keys );
-public void update( string udp_reply );
 
 // IMPLEMENTATION