[svn-commits] rmudgett: branch rmudgett/subaddr r1229 - /team/rmudgett/subaddr/libpri.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 22 10:36:27 CDT 2009


Author: rmudgett
Date: Thu Oct 22 10:36:23 2009
New Revision: 1229

URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1229
Log:
Removed HAVE_PRI_SUBADDR so it can be defined by the configure.ac/configure setup script.

Modified:
    team/rmudgett/subaddr/libpri.h

Modified: team/rmudgett/subaddr/libpri.h
URL: http://svnview.digium.com/svn/libpri/team/rmudgett/subaddr/libpri.h?view=diff&rev=1229&r1=1228&r2=1229
==============================================================================
--- team/rmudgett/subaddr/libpri.h (original)
+++ team/rmudgett/subaddr/libpri.h Thu Oct 22 10:36:23 2009
@@ -857,18 +857,23 @@
 int pri_sr_set_caller(struct pri_sr *sr, char *caller, char *callername, int callerplan, int callerpres);
 
 /*!
- * \brief Set the calling/called subaddress information in the call SETUP record.
+ * \brief Set the calling subaddress information in the call SETUP record.
  *
  * \param sr New call SETUP record.
- * \param Subaddress information to set.
+ * \param subaddress information to set.
  *
  * \return Nothing
  */
-
-#define HAVE_PRI_SUBADDR
-/* XXX TODO XXX remove the above HAVE_PRI_SUBADDR line and put a test for the feature in configure.ac when it is committed
- */
 void pri_sr_set_caller_subaddress(struct pri_sr *sr, const struct pri_party_subaddress *subaddress);
+
+/*!
+ * \brief Set the called subaddress information in the call SETUP record.
+ *
+ * \param sr New call SETUP record.
+ * \param subaddress information to set.
+ *
+ * \return Nothing
+ */
 void pri_sr_set_called_subaddress(struct pri_sr *sr, const struct pri_party_subaddress *subaddress);
 
 /*!




More information about the svn-commits mailing list