xref: /lighttpd1.4/src/sock_addr_cache.h (revision 655453a1)
1 #ifndef INCLUDED_SOCK_ADDR_CACHE_H
2 #define INCLUDED_SOCK_ADDR_CACHE_H
3 #include "first.h"
4 
5 #include "buffer.h"
6 #include "sock_addr.h"
7 
8 int sock_addr_cache_inet_ntop_copy_buffer(buffer * restrict b, const sock_addr * restrict saddr);
9 
10 #endif
11