aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/config.h')
-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, ...);