view src/core/ngx_inet.h @ 329:9a0ffa21f193

nginx-0.0.3-2004-04-29-00:21:54 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 28 Apr 2004 20:21:54 +0000
parents 117ccc7c4055
children 0bf903191ceb
line wrap: on
line source

#ifndef _NGX_INET_H_INCLUDED_
#define _NGX_INET_H_INCLUDED_


size_t ngx_sock_ntop(int family, struct sockaddr *addr, u_char *text,
                     size_t len);
size_t ngx_inet_ntop(int family, void *addr, u_char *text, size_t len);


#endif /* _NGX_INET_H_INCLUDED_ */