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_
1.1.1.2 ! misho 3: #include "first.h"
1.1 misho 4:
5: #include "base.h"
6: const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
7:
8: #endif