[svn-commits] twilson: trunk r322866 - in /trunk: ./ include/asterisk/astdb.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 9 17:33:00 CDT 2011


Author: twilson
Date: Thu Jun  9 17:32:56 2011
New Revision: 322866

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=322866
Log:
Merged revisions 322865 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r322865 | twilson | 2011-06-09 15:29:20 -0700 (Thu, 09 Jun 2011) | 4 lines
  
  Correct ast_db_deltree documentation
  
  ast_db_deltree returns -1 on error, otherwise the number of deletions
........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/astdb.h

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: trunk/include/asterisk/astdb.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/astdb.h?view=diff&rev=322866&r1=322865&r2=322866
==============================================================================
--- trunk/include/asterisk/astdb.h (original)
+++ trunk/include/asterisk/astdb.h Thu Jun  9 17:32:56 2011
@@ -47,8 +47,8 @@
  * only keytree is NULL, all entries within the family will be purged.
  * It is an error for keytree to have a value when family is NULL.
  *
- * \retval 0 Entries were deleted
  * \retval -1 An error occurred
+ * \retval >= 0 Number of records deleted
  */
 int ast_db_deltree(const char *family, const char *keytree);
 




More information about the svn-commits mailing list