summaryrefslogtreecommitdiff
path: root/src/inet_ntop_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet_ntop_cache.h')
-rw-r--r--src/inet_ntop_cache.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/inet_ntop_cache.h b/src/inet_ntop_cache.h
deleted file mode 100644
index b2a769f2..00000000
--- a/src/inet_ntop_cache.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _INET_NTOP_CACHE_H_
-#define _INET_NTOP_CACHE_H_
-
-#include "base.h"
-LI_API const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
-
-#endif