summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_cycle.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-01-22 17:10:46 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-01-22 17:10:46 +0000
commit54c80845ea1240336dc0c91ac0961687b6122789 (patch)
treeb5dc87159b54981fe4c5a861a507acc16139bc26 /src/core/ngx_cycle.h
parentd8e1f07a93c014d57b7be0fd24fbee1978c95451 (diff)
downloadnginx-54c80845ea1240336dc0c91ac0961687b6122789.tar.gz
nginx-54c80845ea1240336dc0c91ac0961687b6122789.tar.bz2
nginx-0.0.1-2004-01-22-20:10:46 import
Diffstat (limited to 'src/core/ngx_cycle.h')
-rw-r--r--src/core/ngx_cycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_cycle.h b/src/core/ngx_cycle.h
index 376a44d34..ef311a8f9 100644
--- a/src/core/ngx_cycle.h
+++ b/src/core/ngx_cycle.h
@@ -26,7 +26,7 @@ struct ngx_cycle_s {
ngx_cycle_t *ngx_init_cycle(ngx_cycle_t *old_cycle);
-void ngx_reopen_files(ngx_cycle_t *cycle);
+void ngx_reopen_files(ngx_cycle_t *cycle, uid_t user);
extern volatile ngx_cycle_t *ngx_cycle;