forked from Mirrors/freeswitch
FS-9904 small tweak to the function definition so this builds with strict prototypes
This commit is contained in:
parent
d6b5058efa
commit
6d92904892
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user