]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-9904 small tweak to the function definition so this builds with strict prototypes
authorKen Rice <krice@freeswitch.org>
Wed, 8 Feb 2017 14:53:04 +0000 (08:53 -0600)
committerKen Rice <krice@freeswitch.org>
Wed, 8 Feb 2017 14:53:08 +0000 (08:53 -0600)
src/include/switch_msrp.h

index 25f51e954c468db384be858d195b023e7efba90f..c86a1668773d3bc8791e7c85d6513f19bf4035d9 100644 (file)
@@ -130,7 +130,7 @@ SWITCH_DECLARE(switch_status_t) switch_msrp_perform_send(switch_msrp_session_t *
 SWITCH_DECLARE(switch_status_t) switch_msrp_start_client(switch_msrp_session_t *msrp_session);
 SWITCH_DECLARE(const char *) switch_msrp_listen_ip(void);
 
-SWITCH_DECLARE(switch_msrp_msg_t*) switch_msrp_msg_create();
+SWITCH_DECLARE(switch_msrp_msg_t*) switch_msrp_msg_create(void);
 SWITCH_DECLARE(void) switch_msrp_msg_destroy(switch_msrp_msg_t **msg);
 
 SWITCH_DECLARE(void) switch_msrp_load_apis_and_applications(switch_loadable_module_interface_t **moudle_interface);