src/server/daemon/ws-fn.c

changeset 45
a24aa388f02f
parent 44
3da1f7b6847f
child 51
b28cf69f42e8
--- a/src/server/daemon/ws-fn.c	Tue Jan 01 19:22:56 2013 +0100
+++ b/src/server/daemon/ws-fn.c	Wed Jan 02 16:03:50 2013 +0100
@@ -35,6 +35,7 @@
 #include "../safs/service.h"
 #include "../safs/init.h"
 #include "../safs/common.h"
+#include "../safs/addlog.h"
 #include "../webdav/webdav.h"
 
 #include "../admin/adminui.h"
@@ -55,5 +56,6 @@
     { "auth-db", auth_db, NULL, 0 },
     { "require-auth", require_auth, NULL, 0},
     { "print-message", print_message, NULL, 0},
+    { "common-log", common_log, NULL, 0},
     {NULL, NULL, NULL, 0}
 };

mercurial