Synopsis
#include <liblod.h>
CURL *lod_curl(LODCONTEXT *context);
Description
lod_curl obtains the CURL
handle which is associated with context.
Return value
Upon success, lod_curl returns the
CURL handle associated with context.
If an error occurs, lod_curl returns
NULL. lod_errmsg can be
used to obtain a description of the error condition.