aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-18 18:30:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-02-18 18:30:38 +0000
commitd7ae50ecdb4d2ef5988fdca4d2f075b95d06d9ce (patch)
tree5de4d87e2048e34bb9a39da53aebb8ae95544f96 /include
parent2ed50bc1bf7edfa3bcb909e9edf40e4e0a4f183a (diff)
Document the return value of the update method (as requested on -dev list)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@177096 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/config.h b/include/asterisk/config.h
index 160636588..3b41ce1ef 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -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, ...);