summaryrefslogtreecommitdiff
path: root/data/lighttpd/lighttpd-1.4.53/src/inet_ntop_cache.h
blob: 027f40977960dc43d832e4e7e6be3838a6877196 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _INET_NTOP_CACHE_H_
#define _INET_NTOP_CACHE_H_
#include "first.h"

#include "base_decls.h"

const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr);

#endif