summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_file.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-08-11 10:11:33 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-08-11 10:11:33 +0000
commit99eb2b28e7f83888ea9a60ab0f6e4935d3997607 (patch)
tree2e05269d9b9884c2a8d8d0462090dc0662105765 /src/core/ngx_file.h
parent599b8c4329d5964ddc1f45713d7c6a94e005b14b (diff)
downloadnginx-99eb2b28e7f83888ea9a60ab0f6e4935d3997607.tar.gz
nginx-99eb2b28e7f83888ea9a60ab0f6e4935d3997607.tar.bz2
r1292, r1296 merge:
proxy_store and fastcgi_store, proxy_store_access and fastcgi_store_access
Diffstat (limited to 'src/core/ngx_file.h')
-rw-r--r--src/core/ngx_file.h1
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) \