diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-12 11:19:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-12 11:19:05 +0000 |
| commit | 58feb53eb4f4471c165153987b3d91ef35ebc5f1 (patch) | |
| tree | e55d4aed1675ecb14a43bc68a7b8f8c90d5beb53 /src/core/ngx_file.h | |
| parent | ef6e362d4e0b92399328e339759a4b47a9e44290 (diff) | |
| download | nginx-58feb53eb4f4471c165153987b3d91ef35ebc5f1.tar.gz nginx-58feb53eb4f4471c165153987b3d91ef35ebc5f1.tar.bz2 | |
proxy_store and fastcgi_store
Diffstat (limited to 'src/core/ngx_file.h')
| -rw-r--r-- | src/core/ngx_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_file.h b/src/core/ngx_file.h index e42489d8d..0f819a1b8 100644 --- a/src/core/ngx_file.h +++ b/src/core/ngx_file.h @@ -95,6 +95,7 @@ void ngx_init_temp_number(void); ngx_atomic_uint_t ngx_next_temp_number(ngx_uint_t collision); char *ngx_conf_set_path_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); +char *ngx_conf_set_access_slot(ngx_conf_t *cf, ngx_command_t *cmd, void *conf); #define ngx_conf_merge_path_value(curr, prev, path, l1, l2, l3, clean, cf) \ |
