nginx/src/core/ngx_inet.h
2002-12-15 06:25:09 +00:00

9 lines
169 B
C

#ifndef _NGX_INET_H_INCLUDED_
#define _NGX_INET_H_INCLUDED_
size_t ngx_inet_ntop(int family, char *addr, char *text, size_t len);
#endif /* _NGX_INET_H_INCLUDED_ */