[svn-commits] dvossel: branch dvossel/aoc_send r1611 - /team/dvossel/aoc_send/pri_internal.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Apr 15 16:39:09 CDT 2010


Author: dvossel
Date: Thu Apr 15 16:39:08 2010
New Revision: 1611

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1611
Log:
reverts change that was already made in the parent branch

Modified:
    team/dvossel/aoc_send/pri_internal.h

Modified: team/dvossel/aoc_send/pri_internal.h
URL: http://svnview.digium.com/svn/libpri/team/dvossel/aoc_send/pri_internal.h?view=diff&rev=1611&r1=1610&r2=1611
==============================================================================
--- team/dvossel/aoc_send/pri_internal.h (original)
+++ team/dvossel/aoc_send/pri_internal.h Thu Apr 15 16:39:08 2010
@@ -963,16 +963,6 @@
 void q931_cc_indirect(struct pri *ctrl, struct pri_cc_record *cc_record, void (*func)(struct pri *ctrl, q931_call *call, struct pri_cc_record *cc_record));
 
 /*!
- * \brief Copy the PRI party number to the Q.931 party number structure.
- *
- * \param q931_number Q.931 party number structure
- * \param pri_number PRI party number structure
- *
- * \return Nothing
- */
-void pri_copy_party_number_to_q931(struct q931_party_number *q931_number, const struct pri_party_number *pri_number);
-
-/*!
  * \brief Get the master PRI control structure.
  *
  * \param ctrl D channel controller.




More information about the svn-commits mailing list