[core] consolidate duplicated read-to-close code
[lighttpd.git] / src / inet_ntop_cache.h
blobda2d3973e1f5efe19ca475e9e0f14968830b1d08
1 #ifndef _INET_NTOP_CACHE_H_
2 #define _INET_NTOP_CACHE_H_
3 #include "first.h"
5 #include "base.h"
6 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
8 #endif