aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_config_sqlite.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_config_sqlite.c')
-rw-r--r--res/res_config_sqlite.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index 01bc7a493..a5bc1ef06 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -88,7 +88,7 @@
*/
/*!
- * \file res_sqlite.c
+ * \file
* \brief res_sqlite module.
*/
@@ -298,6 +298,7 @@ static int add_cfg_entry(void *arg, int argc, char **argv, char **columnNames);
* \param table the table to use
* \param file the file to load from the database
* \param cfg the struct ast_config object to use when storing variables
+ * \param withcomments Integer. Flag
* \return NULL if an error occurred, cfg otherwise
* \see add_cfg_entry()
*/