#ifndef WFP_JSONRPC_REQUEST_H #define WFP_JSONRPC_REQUEST_H #ifndef __cplusplus #include #endif #include #ifdef __cplusplus extern "C" { #endif extern bool wfp_jsonrpc_is_request( json_t * message); #ifdef __cplusplus } #endif #endif