mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Update deltachat-ffi/deltachat.h
Co-authored-by: bjoern <r10s@b44t.com>
This commit is contained in:
@@ -5214,7 +5214,7 @@ void dc_jsonrpc_unref(dc_jsonrpc_instance_t* jsonrpc_instance);
|
|||||||
* @param jsonrpc_instance jsonrpc instance as returned from dc_jsonrpc_init().
|
* @param jsonrpc_instance jsonrpc instance as returned from dc_jsonrpc_init().
|
||||||
* @param request JSON-RPC request as string
|
* @param request JSON-RPC request as string
|
||||||
*/
|
*/
|
||||||
void dc_jsonrpc_request(dc_jsonrpc_instance_t* jsonrpc_instance, char* request);
|
void dc_jsonrpc_request(dc_jsonrpc_instance_t* jsonrpc_instance, const char* request);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the next json_rpc response, blocks until there is a new event, so call this in a loop from a thread.
|
* Get the next json_rpc response, blocks until there is a new event, so call this in a loop from a thread.
|
||||||
|
|||||||
Reference in New Issue
Block a user