diff options
author | Torsten Marek <shlomme@debian.org> | 2005-11-27 14:39:54 +0000 |
---|---|---|
committer | Torsten Marek <shlomme@debian.org> | 2005-11-27 14:39:54 +0000 |
commit | 701d5359518f46aadc89655d38ff91e6eae4496d (patch) | |
tree | 5e47b76785345f850e9d9d196461d66c3e8e8828 /src/inet_ntop_cache.h | |
download | lighttpd-701d5359518f46aadc89655d38ff91e6eae4496d.tar.gz |
[svn-inject] Installing original source of lighttpd
Diffstat (limited to 'src/inet_ntop_cache.h')
-rw-r--r-- | src/inet_ntop_cache.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/inet_ntop_cache.h b/src/inet_ntop_cache.h new file mode 100644 index 0000000..fd3c281 --- /dev/null +++ b/src/inet_ntop_cache.h @@ -0,0 +1,7 @@ +#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 |