diff --git a/include/asterisk/config.h b/include/asterisk/config.h index 1606365882..3b41ce1efb 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, ...);