summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h')
-rw-r--r--data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h b/data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h
new file mode 100644
index 000000000..027f40977
--- /dev/null
+++ b/data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h
@@ -0,0 +1,9 @@
+#ifndef _INET_NTOP_CACHE_H_
+#define _INET_NTOP_CACHE_H_
+#include "first.h"
+
+#include "base_decls.h"
+
+const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
+
+#endif