Annotation of embedaddon/lighttpd/src/inet_ntop_cache.h, revision 1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>