summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_times.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-11 15:28:15 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-11 15:28:15 +0000
commitc2717759022bbc072d87a87e7208a8871389be2d (patch)
tree66ed2499accd6cd56a8c006d7c5d7949d5cf2a6a /src/core/ngx_times.h
parent2ff9a4b334b5849e9f792da0bed7e86a0b76cb1e (diff)
downloadnginx-c2717759022bbc072d87a87e7208a8871389be2d.tar.gz
nginx-c2717759022bbc072d87a87e7208a8871389be2d.tar.bz2
ngx_next_time()
Diffstat (limited to 'src/core/ngx_times.h')
-rw-r--r--src/core/ngx_times.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_times.h b/src/core/ngx_times.h
index 6e7ab638c..8363ca136 100644
--- a/src/core/ngx_times.h
+++ b/src/core/ngx_times.h
@@ -25,6 +25,9 @@ u_char *ngx_http_time(u_char *buf, time_t t);
u_char *ngx_http_cookie_time(u_char *buf, time_t t);
void ngx_gmtime(time_t t, ngx_tm_t *tp);
+time_t ngx_next_time(time_t when);
+#define ngx_next_time_n "mktime()"
+
extern volatile ngx_time_t *ngx_cached_time;