ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
curl_slist_free_all(3) libcurl Manual curl_slist_free_all(3) NAME curl_slist_free_all - free an entire curl_slist list SYNOPSIS #include <curl/curl.h> void curl_slist_free_all(struct curl_slist *list); DESCRIPTION curl_slist_free_all() removes all traces of a previously built curl_slist linked list. RETURN VALUE Nothing. SEE ALSO curl_slist_append(3), libcurl 7.0 5 March 2001 curl_slist_free_all(3) |
|