Module: sip-router
Branch: janakj/postgres
Commit: 423e4c64be5aede48d0180b60fbd6e367a0daf77
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=423e4c6…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Mon Apr 21 09:22:55 2008 +0000
- rename files to match the scheme used from the other database modules
git-svn-id:
https://openser.svn.sourceforge.net/svnroot/openser/trunk@4059
689a6050-402a-0410-94f2-e92a70836424
---
modules/db_postgres/km_dbase.c | 4 ++--
modules/db_postgres/{km_db_res.c => km_res.c} | 4 ++--
modules/db_postgres/{km_db_res.h => km_res.h} | 0
modules/db_postgres/{km_db_val.c => km_val.c} | 2 +-
modules/db_postgres/{km_db_val.h => km_val.h} | 0
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/db_postgres/km_dbase.c b/modules/db_postgres/km_dbase.c
index ff6b297..eda49f8 100644
--- a/modules/db_postgres/km_dbase.c
+++ b/modules/db_postgres/km_dbase.c
@@ -74,8 +74,8 @@
#include "../../db/db_query.h"
#include "dbase.h"
#include "pg_con.h"
-#include "db_val.h"
-#include "db_res.h"
+#include "val.h"
+#include "res.h"
static int free_query(const db_con_t* _con);
diff --git a/modules/db_postgres/km_db_res.c b/modules/db_postgres/km_res.c
similarity index 99%
rename from modules/db_postgres/km_db_res.c
rename to modules/db_postgres/km_res.c
index a72f17f..1cd9983 100644
--- a/modules/db_postgres/km_db_res.c
+++ b/modules/db_postgres/km_res.c
@@ -47,8 +47,8 @@
#include "../../db/db_con.h"
#include "../../dprint.h"
#include "../../mem/mem.h"
-#include "db_res.h"
-#include "db_val.h"
+#include "res.h"
+#include "val.h"
#include "pg_con.h"
#include "pg_type.h"
diff --git a/modules/db_postgres/km_db_res.h b/modules/db_postgres/km_res.h
similarity index 100%
rename from modules/db_postgres/km_db_res.h
rename to modules/db_postgres/km_res.h
diff --git a/modules/db_postgres/km_db_val.c b/modules/db_postgres/km_val.c
similarity index 99%
rename from modules/db_postgres/km_db_val.c
rename to modules/db_postgres/km_val.c
index c5b914b..dc8a647 100644
--- a/modules/db_postgres/km_db_val.c
+++ b/modules/db_postgres/km_val.c
@@ -41,7 +41,7 @@
#include "pg_con.h"
#include "../../mem/mem.h"
-#include "db_val.h"
+#include "val.h"
#include <string.h>
#include <time.h>
diff --git a/modules/db_postgres/km_db_val.h b/modules/db_postgres/km_val.h
similarity index 100%
rename from modules/db_postgres/km_db_val.h
rename to modules/db_postgres/km_val.h