src/server/daemon/ws-fn.c

changeset 131
70010b94bda5
parent 127
84e206063b64
child 136
9b48a1427aef
--- a/src/server/daemon/ws-fn.c	Tue Dec 27 11:16:39 2016 +0100
+++ b/src/server/daemon/ws-fn.c	Tue Dec 27 13:12:32 2016 +0100
@@ -62,6 +62,7 @@
     { "find-pathinfo", pcheck_find_path, NULL, NULL, 0},
     { "append-acl", append_acl, NULL, NULL, 0},
     { "check-acl", check_acl, NULL, NULL, 0},
+    { "find-index", find_index, NULL, NULL, 0},
     { "print-message", print_message, NULL, NULL, 0},
     { "common-log", common_log, NULL, NULL, 0},
     { "send-cgi", send_cgi, NULL, NULL, 0},

mercurial