curl_slist_free_all.3 482 B

1234567891011121314151617181920
  1. .\" You can view this file with:
  2. .\" nroff -man [file]
  3. .\" $Id$
  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), "