Module: sip-router
Branch: janakj/flatstore
Commit: f23bee385c2e3740b918d970438bf98f9fbfddef
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=f23bee3…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Tue Dec 13 00:19:29 2005 +0000
- module interface exended with list of management functions
---
modules/db_flatstore/flatstore_mod.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/db_flatstore/flatstore_mod.c b/modules/db_flatstore/flatstore_mod.c
index 68813cb..e14daaf 100644
--- a/modules/db_flatstore/flatstore_mod.c
+++ b/modules/db_flatstore/flatstore_mod.c
@@ -97,6 +97,7 @@ static param_export_t params[] = {
struct module_exports exports = {
"flatstore",
cmds,
+ 0, /* RPC methods */
params, /* module parameters */
mod_init, /* module initialization function */
0, /* response function*/