libcurl private function Curl_memrchr() now in curl_memrchr.c and curl_memrchr.h

This commit is contained in:
Yang Tse 2009-09-28 16:05:20 +00:00
parent b64dd3c63d
commit 7d22ce5573
10 changed files with 134 additions and 24 deletions

View file

@ -32,7 +32,7 @@ SOURCE \
inet_ntop.c parsedate.c select.c gtls.c sslgen.c tftp.c splay.c \
strdup.c socks.c ssh.c nss.c qssl.c rawstr.c curl_addrinfo.c \
socks_gssapi.c socks_sspi.c curl_sspi.c slist.c nonblock.c \
curl_rand.c
curl_rand.c curl_memrchr.c
USERINCLUDE ../../../lib ../../../include/curl
#ifdef ENABLE_SSL

View file

@ -35,6 +35,7 @@ C_SRC += connect.c
C_SRC += content_encoding.c
C_SRC += cookie.c
C_SRC += curl_addrinfo.c
C_SRC += curl_memrchr.c
C_SRC += curl_rand.c
C_SRC += curl_sspi.c
C_SRC += dict.c