Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

curl_slist_free_all(3)


curl_slist_free_all

curl_slist_free_all

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

NAME

curl_slist_free_all - free an entire curl_slist list

SYNOPSIS

#include <curl/curl.h>

void curl_slist_free_all(struct curl_slist *list);

DESCRIPTION

curl_slist_free_all() removes all traces of a previously built curl_slist linked list.

RETURN VALUE

Nothing.

SEE ALSO

curl_slist_append(3),



curl_slist_free_all(3)