diff src/http/ngx_http_log_handler.h @ 177:4db54fdbcbe7

nginx-0.0.1-2003-11-10-20:17:31 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 10 Nov 2003 17:17:31 +0000
parents c0552e5ab567
children a8ff48d26cca
line wrap: on
line diff
--- a/src/http/ngx_http_log_handler.h
+++ b/src/http/ngx_http_log_handler.h
@@ -17,6 +17,7 @@ typedef char *(*ngx_http_log_op_pt) (ngx
 
 /* STUB */
 #define NGX_INT32_LEN      sizeof("4294967296") - 1
+#define NGX_TIME_LEN       sizeof("4294967296") - 1
 #define NGX_OFF_LEN        sizeof("18446744073709551616") - 1
 
 
@@ -56,4 +57,7 @@ typedef struct {
 } ngx_http_log_loc_conf_t;
 
 
+extern ngx_http_log_op_name_t ngx_http_log_fmt_ops[];
+
+
 #endif /* _NGX_HTTP_LOG_HANDLER_H_INCLUDED_ */