Module: sip-router Branch: janakj/mysql Commit: 956802dcd657e128f94c064d24f45dc918e9d2a9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=956802dc...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Mon Feb 16 23:09:32 2009 +0100
db_con renamed to db1_con in files originating from kamailio/db_mysql.
The structure db_con has been renamed in lib/srdb1 to db1_con, thus we need to change the name of the structure in all files originating from kamailio/modules/db_mysql (and using lib/srdb1).
---
modules/db_mysql/km_dbase.c | 30 +++++++++++++++--------------- modules/db_mysql/km_dbase.h | 26 +++++++++++++------------- modules/db_mysql/km_res.c | 6 +++--- modules/db_mysql/km_res.h | 4 ++-- modules/db_mysql/km_row.c | 2 +- modules/db_mysql/km_row.h | 2 +- modules/db_mysql/km_val.c | 2 +- modules/db_mysql/km_val.h | 2 +- 8 files changed, 37 insertions(+), 37 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=9568...