diff options
Diffstat (limited to '')
-rw-r--r-- | src/json_rpc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/json_rpc.h b/src/json_rpc.h index 090caca..077b0f5 100644 --- a/src/json_rpc.h +++ b/src/json_rpc.h @@ -39,6 +39,8 @@ int jsonrpc_request_set_param_int(struct jsonrpc_request *, const char *name, in struct jsonrpc_response; +const char *jsonrpc_response_to_string(const struct jsonrpc_response *); + int jsonrpc_response_create(struct jsonrpc_response **, const struct jsonrpc_request *, struct json_object *result); void jsonrpc_response_destroy(struct jsonrpc_response *); |