[svn-commits] tilghman: branch tilghman/str_substitution r185913 - in /team/tilghman/str_su...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Apr 1 15:14:35 CDT 2009


Author: tilghman
Date: Wed Apr  1 15:14:31 2009
New Revision: 185913

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=185913
Log:
Merged revisions 185912 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r185912 | tilghman | 2009-04-01 15:13:28 -0500 (Wed, 01 Apr 2009) | 4 lines
  
  Merge changes from str_substitution that are unrelated to that branch.
  Included is a small bugfix to an ast_str helper, but most of these changes
  are simply doxygen fixes.
........

Modified:
    team/tilghman/str_substitution/   (props changed)
    team/tilghman/str_substitution/include/asterisk/pbx.h

Propchange: team/tilghman/str_substitution/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Apr  1 15:14:31 2009
@@ -1,1 +1,1 @@
-/trunk:1-185905
+/trunk:1-185912

Modified: team/tilghman/str_substitution/include/asterisk/pbx.h
URL: http://svn.digium.com/svn-view/asterisk/team/tilghman/str_substitution/include/asterisk/pbx.h?view=diff&rev=185913&r1=185912&r2=185913
==============================================================================
--- team/tilghman/str_substitution/include/asterisk/pbx.h (original)
+++ team/tilghman/str_substitution/include/asterisk/pbx.h Wed Apr  1 15:14:31 2009
@@ -990,6 +990,7 @@
 void pbx_substitute_variables_varshead(struct varshead *headp, const char *cp1, char *cp2, int count);
 void pbx_substitute_variables_helper_full(struct ast_channel *c, struct varshead *headp, const char *cp1, char *cp2, int cp2_size, size_t *used);
 /*! @} */
+/*! @} */
 
 /*! @name Substitution routines, using dynamic string buffers */
 




More information about the svn-commits mailing list