]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4748 the change to the header file did not make it into the commit
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 22 Oct 2012 15:56:22 +0000 (11:56 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 22 Oct 2012 15:56:22 +0000 (11:56 -0400)
src/include/switch_channel.h

index f4655a23e6423153885082be8d1ee5354ce22ff1..bddfb0f2d21e0628ea8a35e5e97a452abc40f924 100644 (file)
@@ -631,7 +631,7 @@ SWITCH_DECLARE(void) switch_channel_perform_set_callstate(switch_channel_t *chan
 #define switch_channel_set_callstate(channel, state) switch_channel_perform_set_callstate(channel, state, __FILE__, __SWITCH_FUNC__, __LINE__)
 SWITCH_DECLARE(switch_channel_callstate_t) switch_channel_get_callstate(switch_channel_t *channel);
 SWITCH_DECLARE(const char *) switch_channel_callstate2str(switch_channel_callstate_t callstate);
-SWITCH_DECLARE(switch_call_cause_t) switch_channel_str2callstate(const char *str);
+SWITCH_DECLARE(switch_channel_callstate_t) switch_channel_str2callstate(const char *str);
 SWITCH_DECLARE(void) switch_channel_mark_hold(switch_channel_t *channel, switch_bool_t on);
 
 /** @} */