~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to include/asterisk/app.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2007-06-19 18:08:27 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20070619180827-4d9gqoqys7kel3yk
Tags: upstream-1.4.5~dfsg
ImportĀ upstreamĀ versionĀ 1.4.5~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
/*! Discard all group counting for a channel */
226
226
int ast_app_group_discard(struct ast_channel *chan);
227
227
 
 
228
/*! Update all group counting for a channel to a new one */
 
229
int ast_app_group_update(struct ast_channel *oldchan, struct ast_channel *newchan);
 
230
 
228
231
/*! Lock the group count list */
229
232
int ast_app_group_list_lock(void);
230
233