diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-03 15:42:58 +0000 |
commit | 1c10462e88491d52a23e22fbc3ca0012591df095 (patch) | |
tree | 5a71cf54dda493188473693e5b66a08fc8cdf161 /src/core/ngx_string.c | |
parent | 7578ec9df43bbb31db5291f1b76359d10900a679 (diff) | |
download | nginx-1c10462e88491d52a23e22fbc3ca0012591df095.tar.gz nginx-1c10462e88491d52a23e22fbc3ca0012591df095.zip |
nginx-0.0.1-2003-06-03-19:42:58 import
Diffstat (limited to 'src/core/ngx_string.c')
-rw-r--r-- | src/core/ngx_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c index 56a9861c4..312e81992 100644 --- a/src/core/ngx_string.c +++ b/src/core/ngx_string.c @@ -1,7 +1,6 @@ #include <ngx_config.h> #include <ngx_core.h> -#include <ngx_string.h> char *ngx_cpystrn(char *dst, char *src, size_t n) |