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.
8 lines
150 B
C
8 lines
150 B
C
18 years ago
|
#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
|