1 #ifndef _INET_NTOP_CACHE_H_
2 #define _INET_NTOP_CACHE_H_
3 
4 #include "base.h"
5 const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
6 
7 #endif
8