src/server/daemon/ws-fn.c

changeset 38
d07810b02147
parent 37
360b9aabe17e
child 44
3da1f7b6847f
equal deleted inserted replaced
37:360b9aabe17e 38:d07810b02147
50 { "service-hello", service_hello, NULL, 0}, 50 { "service-hello", service_hello, NULL, 0},
51 { "send-options", send_options, NULL, 0}, 51 { "send-options", send_options, NULL, 0},
52 { "webdav-service", webdav_service, NULL, 0}, 52 { "webdav-service", webdav_service, NULL, 0},
53 { "admin-index", adm_index, NULL, 0}, 53 { "admin-index", adm_index, NULL, 0},
54 { "auth-basic", auth_basic, NULL, 0 }, 54 { "auth-basic", auth_basic, NULL, 0 },
55 { "auth-db", auth_db, NULL, 0 },
55 { "require-auth", require_auth, NULL, 0}, 56 { "require-auth", require_auth, NULL, 0},
56 { "print-message", print_message, NULL, 0}, 57 { "print-message", print_message, NULL, 0},
57 {NULL, NULL, NULL, 0} 58 {NULL, NULL, NULL, 0}
58 }; 59 };

mercurial