From: Ken Rice Date: Wed, 8 Feb 2017 14:53:04 +0000 (-0600) Subject: FS-9904 small tweak to the function definition so this builds with strict prototypes X-Git-Tag: v1.8.0~861 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d929048920fb7c2097a4e68d8b0df35a407948f;p=thirdparty%2Ffreeswitch.git FS-9904 small tweak to the function definition so this builds with strict prototypes --- diff --git a/src/include/switch_msrp.h b/src/include/switch_msrp.h index 25f51e954c..c86a166877 100644 --- a/src/include/switch_msrp.h +++ b/src/include/switch_msrp.h @@ -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);