2000-06-02 07:34:17 -04:00
|
|
|
.\" You can view this file with:
|
|
|
|
.\" nroff -man [file]
|
2001-05-31 04:41:42 -04:00
|
|
|
.\" $Id$
|
2000-06-02 07:34:17 -04:00
|
|
|
.\"
|
2001-03-05 10:51:34 -05:00
|
|
|
.TH curl_slist_free_all 3 "5 March 2001" "libcurl 7.0" "libcurl Manual"
|
2000-06-02 07:34:17 -04:00
|
|
|
.SH NAME
|
|
|
|
curl_slist_free_all - free an entire curl_slist list
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B #include <curl/curl.h>
|
|
|
|
.sp
|
2001-03-05 10:51:34 -05:00
|
|
|
.BI "void curl_slist_free_all(struct curl_slist *" list);
|
2000-06-02 07:34:17 -04:00
|
|
|
.ad
|
|
|
|
.SH DESCRIPTION
|
|
|
|
curl_slist_free_all() removes all traces of a previously built curl_slist
|
|
|
|
linked list.
|
|
|
|
.SH RETURN VALUE
|
|
|
|
Nothing.
|
|
|
|
.SH "SEE ALSO"
|
|
|
|
.BR curl_slist_append "(3), "
|
|
|
|
.SH BUGS
|
|
|
|
Surely there are some, you tell me!
|
|
|
|
|