aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_aio.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2009-08-25 09:09:13 +0000
committerIgor Sysoev <igor@sysoev.ru>2009-08-25 09:09:13 +0000
commitb71610eb09a799560f1c4d42be82e3100a9d6d9a (patch)
tree47e08342f2c09d2e0b57e433b5159cb9c9bab959 /src/os/unix/ngx_aio.h
parent8e7e69e3517f197f369e77f3f4613135cd1f3636 (diff)
downloadnginx-b71610eb09a799560f1c4d42be82e3100a9d6d9a.tar.gz
nginx-b71610eb09a799560f1c4d42be82e3100a9d6d9a.zip
*) move small declarations in appropriate places and delete the surplus
header files *) delete insignificant comments
Diffstat (limited to 'src/os/unix/ngx_aio.h')
-rw-r--r--src/os/unix/ngx_aio.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/os/unix/ngx_aio.h b/src/os/unix/ngx_aio.h
deleted file mode 100644
index c286dbd60..000000000
--- a/src/os/unix/ngx_aio.h
+++ /dev/null
@@ -1,21 +0,0 @@
-
-/*
- * Copyright (C) Igor Sysoev
- */
-
-
-#ifndef _NGX_AIO_H_INCLUDED_
-#define _NGX_AIO_H_INCLUDED_
-
-
-#include <ngx_core.h>
-
-
-ssize_t ngx_aio_read(ngx_connection_t *c, u_char *buf, size_t size);
-ssize_t ngx_aio_read_chain(ngx_connection_t *c, ngx_chain_t *cl);
-ssize_t ngx_aio_write(ngx_connection_t *c, u_char *buf, size_t size);
-ngx_chain_t *ngx_aio_write_chain(ngx_connection_t *c, ngx_chain_t *in,
- off_t limit);
-
-
-#endif /* _NGX_AIO_H_INCLUDED_ */