summaryrefslogtreecommitdiff
path: root/res/res_config_odbc.c
diff options
context:
space:
mode:
authorNorth Antara <north@ntbox.com>2006-07-19 22:48:00 +0000
committerNorth Antara <north@ntbox.com>2006-07-19 22:48:00 +0000
commit346c291a2d274ed1fb315a631a2bd991d366eaa2 (patch)
tree1afdccd11232bf2f2f517c184cfad282f0ab6bf5 /res/res_config_odbc.c
parent1edb21b423cab2a26e47141c2e7a17b8b7f80d04 (diff)
Remove "initialization from incompatible pointer type" warnings.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_config_odbc.c')
-rw-r--r--res/res_config_odbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c
index 31989ebd7..a964ee75f 100644
--- a/res/res_config_odbc.c
+++ b/res/res_config_odbc.c
@@ -487,7 +487,7 @@ static SQLHSTMT config_odbc_prepare(struct odbc_obj *obj, void *data)
return sth;
}
-static struct ast_config *config_odbc(const char *database, const char *table, const char *file, struct ast_config *cfg)
+static struct ast_config *config_odbc(const char *database, const char *table, const char *file, struct ast_config *cfg, int withcomments)
{
struct ast_variable *new_v;
struct ast_category *cur_cat;