From: Spencer Thomason Date: Tue, 26 Jan 2016 20:35:59 +0000 (-0500) Subject: FS-8656: Fix switch_event_channel_broadcast identifier redeclared X-Git-Tag: v1.6.7~2^2~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41c73013e9056fec0f75fe323dce9a34caf2983c;p=thirdparty%2Ffreeswitch.git FS-8656: Fix switch_event_channel_broadcast identifier redeclared --- diff --git a/src/include/switch_event.h b/src/include/switch_event.h index d13af7d471..fc713fafff 100644 --- a/src/include/switch_event.h +++ b/src/include/switch_event.h @@ -427,7 +427,7 @@ SWITCH_DECLARE(void) switch_json_add_presence_data_cols(switch_event_t *event, c SWITCH_DECLARE(void) switch_event_launch_dispatch_threads(uint32_t max); -SWITCH_DECLARE(uint32_t) switch_event_channel_broadcast(const char *event_channel, cJSON **json, const char *key, switch_event_channel_id_t id); +SWITCH_DECLARE(switch_status_t) switch_event_channel_broadcast(const char *event_channel, cJSON **json, const char *key, switch_event_channel_id_t id); SWITCH_DECLARE(uint32_t) switch_event_channel_unbind(const char *event_channel, switch_event_channel_func_t func); SWITCH_DECLARE(switch_status_t) switch_event_channel_bind(const char *event_channel, switch_event_channel_func_t func, switch_event_channel_id_t *id);