view src/core/ngx_inet.h @ 35:79c1fce18e71

nginx-0.0.1-2002-12-21-20:14:50 import
author Igor Sysoev <igor@sysoev.ru>
date Sat, 21 Dec 2002 17:14:50 +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_ */