lod_curl

Obtain a libcurl handle associated with a context

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.

See also

liblod, lod_world, lod_storage, lod_model, lod_errmsg,