summaryrefslogtreecommitdiff
path: root/src/inet_ntop_cache.h
blob: b2a769f2143e869b5a66c4934cd7765dbcc7ec69 (plain)
1
2
3
4
5
6
7
#ifndef _INET_NTOP_CACHE_H_
#define _INET_NTOP_CACHE_H_

#include "base.h"
LI_API const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);

#endif