Return to inet_ntop_cache.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src |
lighttpd 1.4.41
#ifndef _INET_NTOP_CACHE_H_ #define _INET_NTOP_CACHE_H_ #include "first.h" #include "base.h" const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr); #endif