#ifndef WF_IMPL_JSONRPC_PROXY_FINISHED_FN_H #define WF_IMPL_JSONRPC_PROXY_FINISHED_FN_H #include #ifdef __cplusplus extern "C" { #endif struct wf_jsonrpc_error; typedef void wf_jsonrpc_proxy_finished_fn( void * user_data, json_t const * result, struct wf_jsonrpc_error const * error); #ifdef __cplusplus } #endif #endif