1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

added curl_free

This commit is contained in:
Daniel Stenberg 2002-09-25 12:21:08 +00:00
parent 24e7036822
commit 9de4b99fc7

View File

@ -21,6 +21,7 @@ man_MANS = \
curl_version.3 \
curl_escape.3 \
curl_unescape.3 \
curl_free.3 \
curl_strequal.3 \
curl_strnequal.3 \
curl_mprintf.3 \
@ -54,6 +55,7 @@ HTMLPAGES = \
curl_version.html \
curl_escape.html \
curl_unescape.html \
curl_free.html \
curl_strequal.html \
curl_strnequal.html \
curl_mprintf.html \