aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_slist_free_all.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-02 11:34:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-02 11:34:17 +0000
commitc8f62fc7624064b60a79b80be7b2b7630f2e265b (patch)
treec867446663facc3d85af3c21e0224c216bb6095e /docs/curl_slist_free_all.3
parente5b72506c911f14509a2cc15029c143c2a414334 (diff)
Added description
Diffstat (limited to 'docs/curl_slist_free_all.3')
-rw-r--r--docs/curl_slist_free_all.322
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/curl_slist_free_all.3 b/docs/curl_slist_free_all.3
index e69de29bb..8a1e781b8 100644
--- a/docs/curl_slist_free_all.3
+++ b/docs/curl_slist_free_all.3
@@ -0,0 +1,22 @@
+.\" You can view this file with:
+.\" nroff -man [file]
+.\" Written by Daniel.Stenberg@haxx.nu
+.\"
+.TH curl_slist_free_all 3 "2 June 2000" "Curl 7.0" "libcurl Manual"
+.SH NAME
+curl_slist_free_all - free an entire curl_slist list
+.SH SYNOPSIS
+.B #include <curl/curl.h>
+.sp
+.BI "void curl_slist_free_all(struct curl_slit *" list);
+.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!
+