mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
refactor(ffi): Correctly declare dc_event_channel_new() as having no params (#7831)
In C, `foo()` means that the function accepts an unspecified number of arguments and this is deprecated.
This commit is contained in:
@@ -5959,7 +5959,7 @@ char* dc_jsonrpc_blocking_call(dc_jsonrpc_instance_t* jsonrpc_instance, const ch
|
|||||||
* @memberof dc_event_channel_t
|
* @memberof dc_event_channel_t
|
||||||
* @return An event channel wrapper object (dc_event_channel_t).
|
* @return An event channel wrapper object (dc_event_channel_t).
|
||||||
*/
|
*/
|
||||||
dc_event_channel_t* dc_event_channel_new();
|
dc_event_channel_t* dc_event_channel_new(void);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Release/free the events channel structure.
|
* Release/free the events channel structure.
|
||||||
|
|||||||
Reference in New Issue
Block a user