changeset 1019:447051f68623

axe long ago unnecessary file
author Igor Sysoev <igor@sysoev.ru>
date Thu, 11 Jan 2007 22:05:15 +0000
parents 06306a20b8bb
children c95800738d2c
files src/event/modules/ngx_aio_module.h
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/src/event/modules/ngx_aio_module.h	Thu Jan 11 19:13:46 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-
-/*
- * Copyright (C) Igor Sysoev
- */
-
-
-#ifndef _NGX_AIO_MODULE_H_INCLUDED_
-#define _NGX_AIO_MODULE_H_INCLUDED_
-
-
-#include <ngx_types.h>
-#include <ngx_log.h>
-#include <ngx_event.h>
-
-
-int ngx_aio_init(int max_connections, ngx_log_t *log);
-int ngx_aio_process_events(ngx_log_t *log);
-
-
-#endif /* _NGX_AIO_MODULE_H_INCLUDED_ */