Work around MinGW mangling of "host:/path"
[msysgit/historical-msysgit.git] / mingw / share / man / man3 / curl_slist_free_all.3
blobbf47472951e0ec52e76163609839d0cbf9895e27
1 .\" You can view this file with:
2 .\" nroff -man [file]
3 .\" $Id: curl_slist_free_all.3,v 1.2 2004/02/27 15:34:06 bagder Exp $
4 .\"
5 .TH curl_slist_free_all 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
6 .SH NAME
7 curl_slist_free_all - free an entire curl_slist list
8 .SH SYNOPSIS
9 .B #include <curl/curl.h>
10 .sp
11 .BI "void curl_slist_free_all(struct curl_slist *" list);
12 .ad
13 .SH DESCRIPTION
14 curl_slist_free_all() removes all traces of a previously built curl_slist
15 linked list.
16 .SH RETURN VALUE
17 Nothing.
18 .SH "SEE ALSO"
19 .BR curl_slist_append "(3), "