comparison src/core/ngx_config_command.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 4f3879d9b6f6
children
comparison
equal deleted inserted replaced
12:055ed05235ae 13:2aba961a1d34
15 int type; 15 int type;
16 char *description; 16 char *description;
17 } ngx_command_t; 17 } ngx_command_t;
18 18
19 char *ngx_conf_set_size_slot(char *conf, int offset, char *value); 19 char *ngx_conf_set_size_slot(char *conf, int offset, char *value);
20 char *ngx_conf_set_time_slot(char *conf, int offset, char *value);
20 21
21 22
22 #endif _NGX_HTTP_CONFIG_COMMAND_H_INCLUDED_ 23 #endif _NGX_HTTP_CONFIG_COMMAND_H_INCLUDED_