]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Document the return value of the update method (as requested on -dev list)
authorTilghman Lesher <tilghman@meg.abyt.es>
Wed, 18 Feb 2009 18:30:38 +0000 (18:30 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Wed, 18 Feb 2009 18:30:38 +0000 (18:30 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@177096 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/config.h

index 16063658822ea580267080d698b47ce4bac2fd2c..3b41ce1efb3dd83030dd4d9ee8aaae2bebefc2cc 100644 (file)
@@ -152,7 +152,7 @@ struct ast_config *ast_load_realtime_multientry(const char *family, ...);
  * \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, ...);