src/server/daemon/ws-fn.c

changeset 107
7e81699d1f77
parent 96
0185b13bf41f
child 116
d7a186cf87f6
--- a/src/server/daemon/ws-fn.c	Sat Oct 31 15:01:07 2015 +0100
+++ b/src/server/daemon/ws-fn.c	Sat Oct 31 16:39:12 2015 +0100
@@ -50,9 +50,6 @@
     { "common-index", service_index, NULL, NULL, 0},
     { "service-hello", service_hello, NULL, NULL, 0},
     { "send-options", send_options, NULL, NULL, 0},
-    { "webdav-init", webdav_init, NULL, NULL, 0},
-    { "webdav-setcollection", webdav_setcollection, NULL, NULL, 0},
-    { "webdav-service", webdav_service, NULL, NULL, 0},
     { "admin-init", admin_init, NULL, NULL, 0},
     { "admin-service", admin_service, NULL, NULL, 0},
     { "auth-basic", auth_basic, NULL, NULL, 0 },

mercurial