src/server/daemon/ws-fn.c

changeset 127
84e206063b64
parent 118
38bf6dd8f4e7
child 131
70010b94bda5
equal deleted inserted replaced
126:631aaa01b2b5 127:84e206063b64
49 { "pfx2dir", pfx2dir, NULL, NULL, 0}, 49 { "pfx2dir", pfx2dir, NULL, NULL, 0},
50 { "type-by-extension", object_type_by_extension, NULL, NULL, 0}, 50 { "type-by-extension", object_type_by_extension, NULL, NULL, 0},
51 { "send-file", send_file, NULL, NULL, 0}, 51 { "send-file", send_file, NULL, NULL, 0},
52 { "common-index", service_index, NULL, NULL, 0}, 52 { "common-index", service_index, NULL, NULL, 0},
53 { "service-hello", service_hello, NULL, NULL, 0}, 53 { "service-hello", service_hello, NULL, NULL, 0},
54 { "service-ws-hello", service_ws_hello, NULL, NULL, 0},
54 { "send-options", send_options, NULL, NULL, 0}, 55 { "send-options", send_options, NULL, NULL, 0},
55 { "admin-init", admin_init, NULL, NULL, 0}, 56 { "admin-init", admin_init, NULL, NULL, 0},
56 { "admin-service", admin_service, NULL, NULL, 0}, 57 { "admin-service", admin_service, NULL, NULL, 0},
57 { "auth-basic", auth_basic, NULL, NULL, 0 }, 58 { "auth-basic", auth_basic, NULL, NULL, 0 },
58 { "auth-db", auth_db, NULL, NULL, 0 }, 59 { "auth-db", auth_db, NULL, NULL, 0 },

mercurial