diff options
author | Igor Sysoev <igor@sysoev.ru> | 2002-12-02 16:09:40 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-02 16:09:40 +0000 |
commit | a0bb31f92c86a96b3008f9ee320890ee0d920487 (patch) | |
tree | b4b5208a1b3ff66ec7183cb9b02ceffe59f0a0bd /src/core/ngx_string.h | |
parent | 2ba1ee0930adc22206cad54c46fc682485933963 (diff) | |
download | nginx-a0bb31f92c86a96b3008f9ee320890ee0d920487.tar.gz nginx-a0bb31f92c86a96b3008f9ee320890ee0d920487.zip |
nginx-0.0.1-2002-12-02-19:09:40 import; resume after 2 months stall
Diffstat (limited to 'src/core/ngx_string.h')
-rw-r--r-- | src/core/ngx_string.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 0a78a0673..de9b14bb1 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 |