mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fix compilation warning: "function declaration isn’t a prototype".
This commit is contained in:
parent
2ec33e6518
commit
8fa788510d
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ typedef struct _LinphoneTunnelConfig LinphoneTunnelConfig;
|
|||
/**
|
||||
* Create a new tunnel configuration
|
||||
*/
|
||||
LINPHONE_PUBLIC LinphoneTunnelConfig *linphone_tunnel_config_new();
|
||||
LINPHONE_PUBLIC LinphoneTunnelConfig *linphone_tunnel_config_new(void);
|
||||
|
||||
/**
|
||||
* Set address of server.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue