blob: fd3c2814208b6a868d049dff44dd1317a5165e7e [file] [log] [blame]
#ifndef _INET_NTOP_CACHE_H_
#define _INET_NTOP_CACHE_H_
#include "base.h"
const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);
#endif