~ubuntu-branches/ubuntu/natty/nginx/natty-updates

« back to all changes in this revision

Viewing changes to src/core/ngx_times.h

  • Committer: Daniel Holbach
  • Date: 2010-07-22 07:45:20 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: daniel.holbach@canonical.com-20100722074520-lzfoz7cctw91gik7
Merging shared upstream rev into target branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
void ngx_time_init(void);
23
 
void ngx_time_update(time_t sec, ngx_uint_t msec);
 
23
void ngx_time_update(void);
 
24
void ngx_time_sigsafe_update(void);
24
25
u_char *ngx_http_time(u_char *buf, time_t t);
25
26
u_char *ngx_http_cookie_time(u_char *buf, time_t t);
26
27
void ngx_gmtime(time_t t, ngx_tm_t *tp);