lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
240 B
11 lines
240 B
2 years ago
|
#ifndef INCLUDED_SOCK_ADDR_CACHE_H
|
||
|
#define INCLUDED_SOCK_ADDR_CACHE_H
|
||
|
#include "first.h"
|
||
|
|
||
|
#include "buffer.h"
|
||
|
#include "sock_addr.h"
|
||
|
|
||
|
int sock_addr_cache_inet_ntop_copy_buffer(buffer * restrict b, const sock_addr * restrict saddr);
|
||
|
|
||
|
#endif
|