view src/core/ngx_inet.h @ 331:f168a88e93f7

nginx-0.0.3-2004-05-04-21:56:58 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 04 May 2004 17:56:58 +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_ */