From ea86ed1263ec076f14681226c4f52dc1f70489c3 Mon Sep 17 00:00:00 2001 From: russell Date: Tue, 13 Jan 2009 19:35:59 +0000 Subject: Merged revisions 168562 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ................ r168562 | russell | 2009-01-13 13:22:13 -0600 (Tue, 13 Jan 2009) | 10 lines 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/branches/1.6.1@168565 f38db490-d61c-443f-a65b-d21fe96a405b --- main/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/app.c') diff --git a/main/app.c b/main/app.c index aecbffaf2..24a1de13e 100644 --- a/main/app.c +++ b/main/app.c @@ -65,7 +65,7 @@ static AST_RWLIST_HEAD_STATIC(groups, ast_group_info); */ int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, size_t size, int maxlen, int timeout) { - struct ind_tone_zone_sound *ts; + struct tone_zone_sound *ts; int res = 0, x = 0; if (maxlen > size) -- cgit v1.2.3