curlformfree(3) libcurl Manual curlformfree(3)
NAME
curlformfree - free a previously build multipart/formdata HTP POST
chain
SYNOPSIS
##include <>
void curlformfree(struct curlhttppost **form);
DESCRIPTION
curlformfree() is used to clean up data previously built/appended with
curlformadd(3). This must be called when the data has been used, which
typically means after the curleasyperform(3) has been called.
RETURN VALUE
None
SEE ALSO
curlformadd(3)
libcurl 7.7.1 6 April 2001 curlformfree(3)
|