aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-22 21:39:55 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-22 21:39:55 +0000
commitee4c30d7eea48c9e1291a1c91b020165ffc53ac7 (patch)
treef55d3c0861a31262c7167213027fbc790aaafcda
parent6cc534ca3e09b35ac4e7873a102840fd2b5f2d0b (diff)
We should not use C++ reserved words in API headers (closes issue #10266)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@76409 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--include/asterisk/app.h2
1 files changed, 1 insertions, 1 deletions
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);