Module: sip-router Branch: master Commit: 1b7b3f92c502ebea91a1a36356dc4aada751de0e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b7b3f92...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Fri Apr 24 01:25:33 2009 +0200
Removing flatstore module from modules_s
The module has already been merged with kamailio db_flatstore and the new module is in modules directory
---
modules_s/flatstore/Makefile | 14 -- modules_s/flatstore/README | 95 ----------- modules_s/flatstore/doc/Makefile | 29 ---- modules_s/flatstore/doc/flatstore.xml | 134 --------------- modules_s/flatstore/doc/functions.xml | 17 -- modules_s/flatstore/doc/params.xml | 26 --- modules_s/flatstore/flat_cmd.c | 216 ------------------------ modules_s/flatstore/flat_cmd.h | 75 -------- modules_s/flatstore/flat_con.c | 299 --------------------------------- modules_s/flatstore/flat_con.h | 93 ---------- modules_s/flatstore/flat_rpc.c | 61 ------- modules_s/flatstore/flat_rpc.h | 42 ----- modules_s/flatstore/flat_uri.c | 80 --------- modules_s/flatstore/flat_uri.h | 62 ------- modules_s/flatstore/flatstore_mod.c | 205 ---------------------- modules_s/flatstore/flatstore_mod.h | 51 ------ modules_s/flatstore/ser-flatstore.cfg | 22 --- modules_s/flatstore/todo.txt | 2 - 18 files changed, 0 insertions(+), 1523 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=1b7b...