summaryrefslogtreecommitdiff
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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/res_config_sqlite.c b/res/res_config_sqlite.c
index ef1e1808c..2007a81f6 100644
--- a/res/res_config_sqlite.c
+++ b/res/res_config_sqlite.c
@@ -272,6 +272,7 @@ static int add_cfg_entry(void *arg, int argc, char **argv, char **columnNames);
* \param cfg the struct ast_config object to use when storing variables
* \param flags Optional flags. Not used.
* \param suggested_incl suggest include.
+ * \param who_asked
* \retval cfg object
* \retval NULL if an error occurred
* \see add_cfg_entry()
@@ -298,6 +299,7 @@ static struct ast_config * config_handler(const char *database, const char *tabl
* \param ap the va_list object to parse
* \param params_ptr where the address of the params array is stored
* \param vals_ptr where the address of the vals array is stored
+ * \param warn
* \retval the number of elements in the arrays (which have the same size).
* \retval 0 if an error occurred.
*/