mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 06:09:00 +08:00
9 lines
169 B
C
9 lines
169 B
C
|
#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_ */
|