Return to inet_ntop_cache.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
1.1 misho 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