You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|