libcurl Manual curl_slist_free_all(3)
NAME
curl_slist_free_all - free an entire curl_slist list
SYNOPSIS
#include
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),
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | web/curl ||____________________|__________________|_
| Interface Stability| Uncommitted ||____________________|_________________|
NOTESSource for C-URL is available on http://opensolaris.org.
libcurl 7.0 Last change: 5 March 2001 1