diff -r 4d39adda7a38 -r b28cf69f42e8 src/server/daemon/ws-fn.c --- 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}