Module: sip-router
Branch: janakj/postgres
Commit: 840c3fd6edce58a3d7f423d84f9a5d3cbaa8fd75
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=840c3fd…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Mon May 12 12:15:36 2008 +0000
- parameter name corrected
---
modules/db_postgres/pg_res.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/db_postgres/pg_res.h b/modules/db_postgres/pg_res.h
index 1ce9be7..8b87c79 100644
--- a/modules/db_postgres/pg_res.h
+++ b/modules/db_postgres/pg_res.h
@@ -51,7 +51,7 @@ struct pg_res {
int row, rows;
};
-int pg_res(db_res_t* cmd);
+int pg_res(db_res_t* res);
/** @} */