[asterisk-commits] tilghman: branch 1.4 r177096 - /branches/1.4/include/asterisk/config.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Feb 18 12:30:38 CST 2009


Author: tilghman
Date: Wed Feb 18 12:30:38 2009
New Revision: 177096

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=177096
Log:
Document the return value of the update method (as requested on -dev list)

Modified:
    branches/1.4/include/asterisk/config.h

Modified: branches/1.4/include/asterisk/config.h
URL: http://svn.digium.com/svn-view/asterisk/branches/1.4/include/asterisk/config.h?view=diff&rev=177096&r1=177095&r2=177096
==============================================================================
--- branches/1.4/include/asterisk/config.h (original)
+++ branches/1.4/include/asterisk/config.h Wed Feb 18 12:30:38 2009
@@ -152,7 +152,7 @@
  * \param keyfield which field to use as the key
  * \param lookup which value to look for in the key field to match the entry.
  * This function is used to update a parameter in realtime configuration space.
- *
+ * \return Number of rows affected, or -1 on error.
  */
 int ast_update_realtime(const char *family, const char *keyfield, const char *lookup, ...);
 




More information about the asterisk-commits mailing list