From c66921ec4318b3a8f4f6db9768bfb244f490d281 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Wed, 18 Feb 2009 18:30:38 +0000 Subject: [PATCH] Document the return value of the update method (as requested on -dev list) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@177096 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ...);