repo.or.cz
/
lighttpd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[doc] enhance error msg for backend server config
[lighttpd.git]
/
src
/
inet_ntop_cache.h
blob
da2d3973e1f5efe19ca475e9e0f14968830b1d08
1
#ifndef _INET_NTOP_CACHE_H_
2
#define _INET_NTOP_CACHE_H_
3
#include
"first.h"
4
5
#include
"base.h"
6
const char
*
inet_ntop_cache_get_ip
(
server
*
srv
,
sock_addr
*
addr
);
7
8
#endif