[core] consolidate backend network write handlers
[lighttpd.git] / src / inet_ntop_cache.h
blob027f40977960dc43d832e4e7e6be3838a6877196
1 #ifndef _INET_NTOP_CACHE_H_
2 #define _INET_NTOP_CACHE_H_
3 #include "first.h"
5 #include "base_decls.h"
7 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
9 #endif