aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/config.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-07 01:12:09 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-07 01:12:09 +0000
commit2aba4a9f980bc8615892639813f4c1eb099680ec (patch)
tree8cf894abe1f4d04b9667cc93a460dadc5336abd3 /include/asterisk/config.h
parentd62038098d5317b02e556e743984443aeb23d5fe (diff)
Bug 5702 - Realtime patch for meetme
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@12232 f38db490-d61c-443f-a65b-d21fe96a405b
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 2f23f2a43..d7a4e4e83 100644
--- a/include/asterisk/config.h
+++ b/include/asterisk/config.h
@@ -124,7 +124,7 @@ int ast_category_exist(const struct ast_config *config, const char *category_nam
* This will use builtin configuration backends to look up a particular
* entity in realtime and return a variable list of its parameters. Note
* that unlike the variables in ast_config, the resulting list of variables
- * MUST be fred with ast_free_runtime() as there is no container.
+ * MUST be freed with ast_variables_destroy() as there is no container.
*/
struct ast_variable *ast_load_realtime(const char *family, ...);