view src/core/ngx_inet.h @ 47:d81326c3b21b

nginx-0.0.1-2003-01-15-10:02:27 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Jan 2003 07:02:27 +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_ */