src/server/daemon/ws-fn.c

changeset 96
0185b13bf41f
parent 84
afd57ce39ec9
child 107
7e81699d1f77
equal deleted inserted replaced
95:74a81d9e19d0 96:0185b13bf41f
39 #include "../webdav/webdav.h" 39 #include "../webdav/webdav.h"
40 40
41 #include "../admin/admin.h" 41 #include "../admin/admin.h"
42 42
43 struct FuncStruct webserver_funcs[] = { 43 struct FuncStruct webserver_funcs[] = {
44 { "init-test", init_test, NULL, NULL, 0 },
45 { "load-modules", load_modules, NULL, NULL, 0}, 44 { "load-modules", load_modules, NULL, NULL, 0},
46 { "test-nametrans", test_nametrans, NULL, NULL, 0 },
47 { "assign-name", assign_name, NULL, NULL, 0}, 45 { "assign-name", assign_name, NULL, NULL, 0},
46 { "document-root", document_root, NULL, NULL, 0},
47 { "pfx2dir", pfx2dir, NULL, NULL, 0},
48 { "type-by-extension", object_type_by_extension, NULL, NULL, 0}, 48 { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
49 { "send-file", send_file, NULL, NULL, 0}, 49 { "send-file", send_file, NULL, NULL, 0},
50 { "common-index", service_index, NULL, NULL, 0}, 50 { "common-index", service_index, NULL, NULL, 0},
51 { "service-hello", service_hello, NULL, NULL, 0}, 51 { "service-hello", service_hello, NULL, NULL, 0},
52 { "send-options", send_options, NULL, NULL, 0}, 52 { "send-options", send_options, NULL, NULL, 0},

mercurial