From a741f8d0216d95a7ee0fbb8a24947de8842900c0 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 30 Mar 2004 20:31:58 +0000 Subject: nginx-0.0.3-2004-03-31-00:31:58 import --- src/core/ngx_conf_file.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/ngx_conf_file.h') diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index ee90855e7..ed73803a9 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -256,6 +256,8 @@ char *ngx_conf_set_bitmask_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); char *ngx_conf_set_core_flag_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); +char *ngx_conf_set_core_num_slot(ngx_conf_t *cf, ngx_command_t *cmd, + void *conf); char *ngx_conf_set_core_str_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); -- cgit