diff src/core/ngx_conf_file.h @ 98:c9b243802a17

nginx-0.0.1-2003-05-30-18:27:59 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 30 May 2003 14:27:59 +0000
parents a23d010f356d
children a059e1aa65d4
line wrap: on
line diff
--- a/src/core/ngx_conf_file.h
+++ b/src/core/ngx_conf_file.h
@@ -24,8 +24,9 @@
 #define NGX_CONF_TAKE2       0x00000004
 #define NGX_CONF_ARGS_NUMBER 0x0000ffff
 #define NGX_CONF_ANY         0x00010000
-#define NGX_CONF_BLOCK       0x00020000
-#define NGX_CONF_FLAG        0x00040000
+#define NGX_CONF_ANY1        0x00020000
+#define NGX_CONF_BLOCK       0x00040000
+#define NGX_CONF_FLAG        0x00080000
 
 #define NGX_MAIN_CONF        0x01000000
 
@@ -83,7 +84,7 @@ typedef struct {
 
 
 typedef char *(*ngx_conf_handler_pt)(ngx_conf_t *cf,
-                                     ngx_command_t *dummy, char *conf);
+                                     ngx_command_t *dummy, void *conf);
 
 
 struct ngx_conf_s {