mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
FS-9952: Add blade rpc error response creation
This commit is contained in:
@@ -127,6 +127,10 @@ KS_DECLARE(ks_rpcmessageid_t) blade_rpc_create_response(cJSON *request,
|
||||
cJSON **reply,
|
||||
cJSON **response);
|
||||
|
||||
KS_DECLARE(ks_rpcmessageid_t) blade_rpc_create_errorresponse(cJSON *request,
|
||||
cJSON **reply,
|
||||
cJSON **response);
|
||||
|
||||
KS_DECLARE(ks_status_t) blade_rpc_parse_message(cJSON *message,
|
||||
char **namespace,
|
||||
char **method,
|
||||
|
||||
Reference in New Issue
Block a user