1 .\" You can view this file with:
3 .\" $Id: curl_slist_free_all.3,v 1.1.1.1 2008-09-23 16:32:05 hoffman Exp $
5 .TH curl_slist_free_all 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
7 curl_slist_free_all - free an entire curl_slist list
9 .B #include <curl/curl.h>
11 .BI "void curl_slist_free_all(struct curl_slist *" list);
14 curl_slist_free_all() removes all traces of a previously built curl_slist
19 .BR curl_slist_append "(3), "