diff src/core/ngx_config_file.h @ 39:83fa61cd3d2f

nginx-0.0.1-2002-12-24-20:30:59 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 24 Dec 2002 17:30:59 +0000
parents c14d7232b11f
children d5d4f3bba6f0
line wrap: on
line diff
--- a/src/core/ngx_config_file.h
+++ b/src/core/ngx_config_file.h
@@ -53,6 +53,10 @@ typedef struct {
     char    *description;
 } ngx_command_t;
 
+
+int ngx_conf_read_token(ngx_conf_t *cf);
+
+
 char *ngx_conf_set_size_slot(char *conf, int offset, char *value);
 char *ngx_conf_set_time_slot(char *conf, int offset, char *value);