Module: sip-router
Branch: master
Commit: 9eceb3791197a8c31ff56c9677064482ccbdef3b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9eceb37…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Sat Oct 10 01:46:24 2009 +0200
xmlrpc: moved from modules_s/ to modules/
- mv modules_s/xmlrpc modules/xmlrpc
- updated sl.h include path
---
{modules_s => modules}/xmlrpc/Makefile | 0
{modules_s => modules}/xmlrpc/README | 0
{modules_s => modules}/xmlrpc/doc/Makefile | 0
{modules_s => modules}/xmlrpc/doc/functions.xml | 0
{modules_s => modules}/xmlrpc/doc/params.xml | 0
{modules_s => modules}/xmlrpc/doc/rpc_example.dia | Bin 2197 -> 2197 bytes
{modules_s => modules}/xmlrpc/doc/rpc_example.png | Bin 22105 -> 22105 bytes
{modules_s => modules}/xmlrpc/doc/xmlrpc.xml | 0
.../xmlrpc/examples/xmlrpc_test.pl | 0
.../xmlrpc/examples/xmlrpc_test.py | 0
.../xmlrpc/examples/xmlrpc_test2.py | 0
{modules_s => modules}/xmlrpc/http.c | 0
{modules_s => modules}/xmlrpc/http.h | 0
{modules_s => modules}/xmlrpc/xmlrpc.c | 2 +-
{modules_s => modules}/xmlrpc/xmlrpc.h | 0
15 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_s/xmlrpc/Makefile b/modules/xmlrpc/Makefile
similarity index 100%
rename from modules_s/xmlrpc/Makefile
rename to modules/xmlrpc/Makefile
diff --git a/modules_s/xmlrpc/README b/modules/xmlrpc/README
similarity index 100%
rename from modules_s/xmlrpc/README
rename to modules/xmlrpc/README
diff --git a/modules_s/xmlrpc/doc/Makefile b/modules/xmlrpc/doc/Makefile
similarity index 100%
rename from modules_s/xmlrpc/doc/Makefile
rename to modules/xmlrpc/doc/Makefile
diff --git a/modules_s/xmlrpc/doc/functions.xml b/modules/xmlrpc/doc/functions.xml
similarity index 100%
rename from modules_s/xmlrpc/doc/functions.xml
rename to modules/xmlrpc/doc/functions.xml
diff --git a/modules_s/xmlrpc/doc/params.xml b/modules/xmlrpc/doc/params.xml
similarity index 100%
rename from modules_s/xmlrpc/doc/params.xml
rename to modules/xmlrpc/doc/params.xml
diff --git a/modules_s/xmlrpc/doc/rpc_example.dia b/modules/xmlrpc/doc/rpc_example.dia
similarity index 100%
rename from modules_s/xmlrpc/doc/rpc_example.dia
rename to modules/xmlrpc/doc/rpc_example.dia
diff --git a/modules_s/xmlrpc/doc/rpc_example.png b/modules/xmlrpc/doc/rpc_example.png
similarity index 100%
rename from modules_s/xmlrpc/doc/rpc_example.png
rename to modules/xmlrpc/doc/rpc_example.png
diff --git a/modules_s/xmlrpc/doc/xmlrpc.xml b/modules/xmlrpc/doc/xmlrpc.xml
similarity index 100%
rename from modules_s/xmlrpc/doc/xmlrpc.xml
rename to modules/xmlrpc/doc/xmlrpc.xml
diff --git a/modules_s/xmlrpc/examples/xmlrpc_test.pl
b/modules/xmlrpc/examples/xmlrpc_test.pl
similarity index 100%
rename from modules_s/xmlrpc/examples/xmlrpc_test.pl
rename to modules/xmlrpc/examples/xmlrpc_test.pl
diff --git a/modules_s/xmlrpc/examples/xmlrpc_test.py
b/modules/xmlrpc/examples/xmlrpc_test.py
similarity index 100%
rename from modules_s/xmlrpc/examples/xmlrpc_test.py
rename to modules/xmlrpc/examples/xmlrpc_test.py
diff --git a/modules_s/xmlrpc/examples/xmlrpc_test2.py
b/modules/xmlrpc/examples/xmlrpc_test2.py
similarity index 100%
rename from modules_s/xmlrpc/examples/xmlrpc_test2.py
rename to modules/xmlrpc/examples/xmlrpc_test2.py
diff --git a/modules_s/xmlrpc/http.c b/modules/xmlrpc/http.c
similarity index 100%
rename from modules_s/xmlrpc/http.c
rename to modules/xmlrpc/http.c
diff --git a/modules_s/xmlrpc/http.h b/modules/xmlrpc/http.h
similarity index 100%
rename from modules_s/xmlrpc/http.h
rename to modules/xmlrpc/http.h
diff --git a/modules_s/xmlrpc/xmlrpc.c b/modules/xmlrpc/xmlrpc.c
similarity index 99%
rename from modules_s/xmlrpc/xmlrpc.c
rename to modules/xmlrpc/xmlrpc.c
index 0823a20..dc7af86 100644
--- a/modules_s/xmlrpc/xmlrpc.c
+++ b/modules/xmlrpc/xmlrpc.c
@@ -55,7 +55,7 @@
#include "../../msg_translator.h"
#include "../../select.h"
#include "../../receive.h" /* needed by process_rpc / receive_msg() */
-#include "../sl/sl.h"
+#include "../../modules_s/sl/sl.h"
#include "../../nonsip_hooks.h"
#include "../../action.h" /* run_actions */
#include "../../script_cb.h" /* exec_*_script_cb */
diff --git a/modules_s/xmlrpc/xmlrpc.h b/modules/xmlrpc/xmlrpc.h
similarity index 100%
rename from modules_s/xmlrpc/xmlrpc.h
rename to modules/xmlrpc/xmlrpc.h