git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@38010
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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;
}
static struct ast_config *config_pgsql(const char *database, const char *table,
- const char *file, struct ast_config *cfg)
+ const char *file, struct ast_config *cfg,
+ int withcomments)
{
PGresult *result = NULL;
long num_rows;