]> granicus.if.org Git - curl/commit
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
authorDaniel Stenberg <daniel@haxx.se>
Thu, 23 Oct 2008 11:49:19 +0000 (11:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 23 Oct 2008 11:49:19 +0000 (11:49 +0000)
commitb701ea36a723b2d7700e23ae53e2c3145dfe7bda
treee0091b4ed55f125c07fd711cf9cf97c693628a9f
parent198fa5e3c7354101ba3e01c4ec63e1bede58022d
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
inclusion by the curl tool without colliding with the curl_strequal functions.
23 files changed:
lib/Makefile.inc
lib/cookie.c
lib/dict.c
lib/hash.c
lib/http.c
lib/http_digest.c
lib/http_negotiate.c
lib/http_ntlm.c
lib/ldap.c
lib/netrc.c
lib/parsedate.c
lib/rawstr.c [new file with mode: 0644]
lib/rawstr.h [new file with mode: 0644]
lib/security.c
lib/sslgen.c
lib/ssluse.c
lib/strequal.c
lib/strequal.h
lib/telnet.c
lib/transfer.c
lib/url.c
src/Makefile.inc
src/main.c