diff options
Diffstat (limited to 'src/core/ngx_config_file.h')
| -rw-r--r-- | src/core/ngx_config_file.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/ngx_config_file.h b/src/core/ngx_config_file.h index 341668a9a..7ba7621f8 100644 --- 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); |
