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

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

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