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);


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

Reply via email to