add centralized registration db to core db and use it from mod_sofia

This commit is contained in:
Anthony Minessale
2011-02-11 23:10:12 -06:00
parent 88d410d314
commit a2c0da53f3
5 changed files with 283 additions and 3 deletions
+1
View File
@@ -3314,6 +3314,7 @@ static int contact_callback(void *pArg, int argc, char **argv, char **columnName
return 0;
}
static int sql2str_callback(void *pArg, int argc, char **argv, char **columnNames)
{
struct cb_helper_sql2str *cbt = (struct cb_helper_sql2str *) pArg;