2005-02-20 14:27:00 +00:00
|
|
|
#ifndef _INET_NTOP_CACHE_H_
|
|
|
|
#define _INET_NTOP_CACHE_H_
|
2016-03-19 15:14:35 +00:00
|
|
|
#include "first.h"
|
2005-02-20 14:27:00 +00:00
|
|
|
|
2017-07-31 03:42:41 +00:00
|
|
|
#include "base_decls.h"
|
2017-06-24 15:26:27 +00:00
|
|
|
|
2005-02-20 14:27:00 +00:00
|
|
|
const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
|
|
|
|
|
|
|
|
#endif
|