From d056b18a40018d38abbeb107412cc83b78b3c406 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 13 Jan 2009 19:22:13 +0000 Subject: Merged revisions 168561 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r168561 | russell | 2009-01-13 13:13:05 -0600 (Tue, 13 Jan 2009) | 2 lines Revert unnecessary indications API change from rev 122314 ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@168562 f38db490-d61c-443f-a65b-d21fe96a405b --- main/channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/channel.c') diff --git a/main/channel.c b/main/channel.c index 7e8d2fa7b..49108b65c 100644 --- a/main/channel.c +++ b/main/channel.c @@ -2894,7 +2894,7 @@ int ast_indicate_data(struct ast_channel *chan, int _condition, /* By using an enum, we'll get compiler warnings for values not handled * in switch statements. */ enum ast_control_frame_type condition = _condition; - const struct ind_tone_zone_sound *ts = NULL; + const struct tone_zone_sound *ts = NULL; int res = -1; ast_channel_lock(chan); -- cgit v1.2.3