commit | a0bb31f92c86a96b3008f9ee320890ee0d920487 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Dec 02 16:09:40 2002 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Dec 02 16:09:40 2002 +0000 |
tree | b4b5208a1b3ff66ec7183cb9b02ceffe59f0a0bd | |
parent | 2ba1ee0930adc22206cad54c46fc682485933963 [diff] [blame] |
nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 0a78a06..de9b14b 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h
@@ -5,6 +5,11 @@ #include <ngx_config.h> +typedef struct { + int len; + char *data; +} ngx_str_t; + #if (WIN32) #define ngx_snprintf _snprintf