mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 04:12:40 +08:00
15 lines
256 B
C
15 lines
256 B
C
#ifndef _NGX_OS_INIT_H_INCLUDED_
|
|
#define _NGX_OS_INIT_H_INCLUDED_
|
|
|
|
|
|
#include <ngx_config.h>
|
|
#include <ngx_core.h>
|
|
|
|
|
|
int ngx_os_init(ngx_log_t *log);
|
|
|
|
ssize_t ngx_wsarecv(ngx_connection_t *c, char *buf, size_t size);
|
|
|
|
|
|
#endif /* _NGX_OS_INIT_H_INCLUDED_ */
|