From 6d929048920fb7c2097a4e68d8b0df35a407948f Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 8 Feb 2017 08:53:04 -0600 Subject: [PATCH] FS-9904 small tweak to the function definition so this builds with strict prototypes --- src/include/switch_msrp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);