#ifndef LCB_HTTPAPI_H
#define LCB_HTTPAPI_H
#ifdef __cplusplus
extern "C" {
#endif
void
lcb_htreq_setcb(lcb_http_request_t, lcb_RESPCALLBACK);
void
lcb_htreq_pause(lcb_http_request_t);
void
lcb_htreq_resume(lcb_http_request_t);
void
lcb_htreq_finish(lcb_t, lcb_http_request_t, lcb_error_t);
void
lcb_htreq_block_callback(lcb_http_request_t);
#ifdef __cplusplus
}
#endif
#endif