summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_inet.h
blob: 0766d1fac26cc0318eafd06892cdf338bd20f760 (plain) (blame)
1
2
3
4
5
6
7
8
#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_ */