From 3d09c8df72bc8f4f6f4a15b59f7802444398dcf4 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Tue, 6 May 2003 17:03:16 +0000 Subject: nginx-0.0.1-2003-05-06-21:03:16 import --- src/core/ngx_string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/ngx_string.h') diff --git a/src/core/ngx_string.h b/src/core/ngx_string.h index 8566d46e8..e678f7333 100644 --- a/src/core/ngx_string.h +++ b/src/core/ngx_string.h @@ -49,6 +49,7 @@ typedef struct { #define ngx_cpymem(dst, src, n) memcpy(dst, src, n) + n char *ngx_cpystrn(char *dst, char *src, size_t n); +int ngx_rstrncmp(char *s1, char *s2, size_t n); int ngx_atoi(char *line, size_t n); -- cgit