Module: sip-router Branch: janakj/postgres Commit: 0bc4d9a83890a791b48a2f82874f023d7a541c7e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0bc4d9a8...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue Dec 13 00:19:29 2005 +0000
- module interface exended with list of management functions
---
modules/db_postgres/db_mod.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_postgres/db_mod.c b/modules/db_postgres/db_mod.c index 30eb47f..e8387df 100644 --- a/modules/db_postgres/db_mod.c +++ b/modules/db_postgres/db_mod.c @@ -69,6 +69,7 @@ static param_export_t params[] = { struct module_exports exports = { "postgres", cmds, + 0, /* RPC methods */ params, /* module parameters */ 0, /* module initialization function */ 0, /* response function*/