view src/core/ngx_inet.h @ 36:c14d7232b11f

nginx-0.0.1-2002-12-23-09:29:22 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 23 Dec 2002 06:29:22 +0000
parents 53cb81681040
children a499e0d1f16e
line wrap: on
line source

#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_ */