diff -r 450d2d5f4735 -r 360b9aabe17e src/server/daemon/ws-fn.c --- a/src/server/daemon/ws-fn.c Sat Oct 06 13:00:07 2012 +0200 +++ b/src/server/daemon/ws-fn.c Sat Dec 15 16:05:03 2012 +0100 @@ -34,6 +34,7 @@ #include "../safs/objecttype.h" #include "../safs/service.h" #include "../safs/init.h" +#include "../safs/common.h" #include "../webdav/webdav.h" #include "../admin/adminui.h" @@ -52,5 +53,6 @@ { "admin-index", adm_index, NULL, 0}, { "auth-basic", auth_basic, NULL, 0 }, { "require-auth", require_auth, NULL, 0}, + { "print-message", print_message, NULL, 0}, {NULL, NULL, NULL, 0} };