src/server/daemon/ws-fn.c

changeset 51
b28cf69f42e8
parent 45
a24aa388f02f
child 52
aced2245fb1c
--- a/src/server/daemon/ws-fn.c	Sat Jan 19 21:52:21 2013 +0100
+++ b/src/server/daemon/ws-fn.c	Thu Feb 28 20:00:05 2013 +0100
@@ -55,6 +55,8 @@
     { "auth-basic", auth_basic, NULL, 0 },
     { "auth-db", auth_db, NULL, 0 },
     { "require-auth", require_auth, NULL, 0},
+    { "append-acl", append_acl, NULL, 0},
+    { "check-acl", check_acl, NULL, 0},
     { "print-message", print_message, NULL, 0},
     { "common-log", common_log, NULL, 0},
     {NULL, NULL, NULL, 0}

mercurial