curleasyinit(3) libcurl Manual curleasyinit(3)
NAME
curleasyinit - Start a libcurl easy session
SYNOPSIS
##include <>
CURL **curleasyinit( );;
DESCRIPTION
This function must be the first function to call, and it returns a CURL
easy handle that you must use as input to other easy-functions.
curleasyinit initializes curl and this call MUST have a corresponding
call to curleasycleanup(3) when the operation is complete.
RETURN VALUE
If this function returns NUL, something went wrong and you cannot use
the other curl functions.
SEE ALSO
curleasycleanup(3), curlglobalinit(3), curleasyreset(3)
libcurl 7.8.1 4 March 2002 curleasyinit(3)
|