mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 04:58:14 +00:00
Fix compilation warnings: "function declaration isn’t a prototype".
This commit is contained in:
parent
f0106e285c
commit
ed6499b896
5 changed files with 6 additions and 6 deletions
|
|
@ -218,7 +218,7 @@ LINPHONE_PUBLIC const char *linphone_error_info_get_details(const LinphoneErrorI
|
|||
LINPHONE_PUBLIC int linphone_error_info_get_protocol_code(const LinphoneErrorInfo *ei);
|
||||
|
||||
/* linphone dictionary */
|
||||
LINPHONE_PUBLIC LinphoneDictionary* linphone_dictionary_new();
|
||||
LINPHONE_PUBLIC LinphoneDictionary* linphone_dictionary_new(void);
|
||||
LinphoneDictionary * linphone_dictionary_clone(const LinphoneDictionary* src);
|
||||
LinphoneDictionary * linphone_dictionary_ref(LinphoneDictionary* obj);
|
||||
void linphone_dictionary_unref(LinphoneDictionary* obj);
|
||||
|
|
@ -1980,7 +1980,7 @@ LINPHONE_PUBLIC const char * linphone_core_get_stun_server(const LinphoneCore *l
|
|||
*
|
||||
* @return true if uPnP is available otherwise return false.
|
||||
*/
|
||||
LINPHONE_PUBLIC bool_t linphone_core_upnp_available();
|
||||
LINPHONE_PUBLIC bool_t linphone_core_upnp_available(void);
|
||||
|
||||
/**
|
||||
* @ingroup network_parameters
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ typedef struct _LinphoneFriend LinphoneFriend;
|
|||
* Contructor
|
||||
* @return a new empty #LinphoneFriend
|
||||
*/
|
||||
LINPHONE_PUBLIC LinphoneFriend * linphone_friend_new();
|
||||
LINPHONE_PUBLIC LinphoneFriend * linphone_friend_new(void);
|
||||
|
||||
/**
|
||||
* Contructor same as linphone_friend_new() + linphone_friend_set_address()
|
||||
|
|
|
|||
|
|
@ -117,7 +117,7 @@ typedef struct _SipSetup SipSetup;
|
|||
extern "C"{
|
||||
#endif
|
||||
|
||||
BuddyInfo *buddy_info_new();
|
||||
BuddyInfo *buddy_info_new(void);
|
||||
void buddy_info_free(BuddyInfo *info);
|
||||
|
||||
void buddy_lookup_request_set_key(BuddyLookupRequest *req, const char *key);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b57c4697a35b83267fe96b20734ea70fe3aa8896
|
||||
Subproject commit 4a919b63a6f4583d8dc464e32b542151359d264f
|
||||
2
oRTP
2
oRTP
|
|
@ -1 +1 @@
|
|||
Subproject commit 9aae6334aa4268954e32c7a3382e2dbc40b215d0
|
||||
Subproject commit e56d11d0b062ea96c8356513add39511b7cb4043
|
||||
Loading…
Add table
Reference in a new issue