curl_slist_free_all.3
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:1k
- ." You can view this file with:
- ." nroff -man [file]
- ." $Id: curl_slist_free_all.3,v 1.2 2004/02/27 15:34:06 bagder Exp $
- ."
- .TH curl_slist_free_all 3 "5 March 2001" "libcurl 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_slist *" 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), "