diff src/http/ngx_http_core.h @ 13:2aba961a1d34

nginx-0.0.1-2002-09-16-19:01:44 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Sep 2002 15:01:44 +0000
parents
children d7908993fdeb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/http/ngx_http_core.h	Mon Sep 16 15:01:44 2002 +0000
@@ -0,0 +1,16 @@
+#ifndef _NGX_HTTP_CORE_H_INCLUDED_
+#define _NGX_HTTP_CORE_H_INCLUDED_
+
+
+#include <ngx_http.h>
+
+
+typedef struct {
+    time_t  send_timeout;
+} ngx_http_core_conf_t;
+
+
+extern ngx_http_module_t  ngx_http_core_module;
+
+
+#endif /* _NGX_HTTP_CORE_H_INCLUDED_ */