nginx/src/core/ngx_inet.h

10 lines
250 B
C
Raw Normal View History

2002-12-15 14:25:09 +08:00
#ifndef _NGX_INET_H_INCLUDED_
#define _NGX_INET_H_INCLUDED_
2003-01-30 15:28:09 +08:00
size_t ngx_sock_ntop(int family, struct sockaddr *addr, char *text, size_t len);
2002-12-15 14:25:09 +08:00
size_t ngx_inet_ntop(int family, char *addr, char *text, size_t len);
#endif /* _NGX_INET_H_INCLUDED_ */