src/server/daemon/ws-fn.c

changeset 96
0185b13bf41f
parent 84
afd57ce39ec9
child 107
7e81699d1f77
--- a/src/server/daemon/ws-fn.c	Sun Nov 03 16:41:42 2013 +0100
+++ b/src/server/daemon/ws-fn.c	Mon Nov 04 10:55:27 2013 +0100
@@ -41,10 +41,10 @@
 #include "../admin/admin.h"
 
 struct FuncStruct webserver_funcs[] = {
-    { "init-test", init_test, NULL, NULL, 0 },
     { "load-modules", load_modules, NULL, NULL, 0},
-    { "test-nametrans", test_nametrans, NULL, NULL, 0 },
     { "assign-name", assign_name, NULL, NULL, 0},
+    { "document-root", document_root, NULL, NULL, 0},
+    { "pfx2dir", pfx2dir, NULL, NULL, 0},
     { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
     { "send-file", send_file, NULL, NULL, 0},
     { "common-index", service_index, NULL, NULL, 0},

mercurial