src/server/daemon/ws-fn.c

changeset 118
38bf6dd8f4e7
parent 116
d7a186cf87f6
child 127
84e206063b64
--- a/src/server/daemon/ws-fn.c	Sun Oct 23 11:12:12 2016 +0200
+++ b/src/server/daemon/ws-fn.c	Wed Oct 26 15:53:56 2016 +0200
@@ -37,6 +37,7 @@
 #include "../safs/init.h"
 #include "../safs/common.h"
 #include "../safs/addlog.h"
+#include "../safs/cgi.h"
 #include "../webdav/webdav.h"
 
 #include "../admin/admin.h"
@@ -62,5 +63,6 @@
     { "check-acl", check_acl, NULL, NULL, 0},
     { "print-message", print_message, NULL, NULL, 0},
     { "common-log", common_log, NULL, NULL, 0},
+    { "send-cgi", send_cgi, NULL, NULL, 0},
     {NULL, NULL, NULL, NULL, 0}
 };

mercurial