[asterisk-commits] tilghman: branch 1.2 r76409 - /branches/1.2/include/asterisk/app.h
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sun Jul 22 16:39:56 CDT 2007
Author: tilghman
Date: Sun Jul 22 16:39:55 2007
New Revision: 76409
URL: http://svn.digium.com/view/asterisk?view=rev&rev=76409
Log:
We should not use C++ reserved words in API headers (closes issue #10266)
Modified:
branches/1.2/include/asterisk/app.h
Modified: branches/1.2/include/asterisk/app.h
URL: http://svn.digium.com/view/asterisk/branches/1.2/include/asterisk/app.h?view=diff&rev=76409&r1=76408&r2=76409
==============================================================================
--- branches/1.2/include/asterisk/app.h (original)
+++ branches/1.2/include/asterisk/app.h Sun Jul 22 16:39:55 2007
@@ -189,7 +189,7 @@
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);
More information about the asterisk-commits
mailing list