From dc479b4d98d5b65b78689c5282a31c70efadd928 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 20 Mar 2003 16:09:44 +0000 Subject: nginx-0.0.1-2003-03-20-19:09:44 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 c9d5d8049..8566d46e8 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_atoi(char *line, size_t n); #endif /* _NGX_STRING_H_INCLUDED_ */ -- cgit v1.2.3