From 55fb61ad9f08d9f504c65d903eb659cbaf39ae78 Mon Sep 17 00:00:00 2001 From: automerge Date: Sun, 22 Jul 2007 22:29:15 +0000 Subject: automerge commit git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@76456 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/asterisk/app.h b/include/asterisk/app.h index 98a78d2d0..35f0af104 100644 --- a/include/asterisk/app.h +++ b/include/asterisk/app.h @@ -189,7 +189,7 @@ int ast_app_group_match_get_count(char *groupmatch, char *category); int ast_app_group_discard(struct ast_channel *chan); /*! Update all group counting for a channel to a new one */ -int ast_app_group_update(struct ast_channel *old, struct ast_channel *new); +int ast_app_group_update(struct ast_channel *oldchan, struct ast_channel *newchan); /*! Lock the group count list */ int ast_app_group_list_lock(void); -- cgit v1.2.3