diff options
Diffstat (limited to 'src/core/ngx_config_command.h')
-rw-r--r-- | src/core/ngx_config_command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_config_command.h b/src/core/ngx_config_command.h index 0990d44e4..e0ab9569f 100644 --- a/src/core/ngx_config_command.h +++ b/src/core/ngx_config_command.h @@ -17,6 +17,7 @@ typedef struct { } ngx_command_t; char *ngx_conf_set_size_slot(char *conf, int offset, char *value); +char *ngx_conf_set_time_slot(char *conf, int offset, char *value); #endif _NGX_HTTP_CONFIG_COMMAND_H_INCLUDED_ |