summaryrefslogtreecommitdiffstats
path: root/server/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/monitor.h')
-rw-r--r--server/monitor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/monitor.h b/server/monitor.h
index 024c29c21..17094a851 100644
--- a/server/monitor.h
+++ b/server/monitor.h
@@ -1 +1,3 @@
-void monitor_task_init(struct task_server *task);
+int start_monitor(TALLOC_CTX *mem_ctx,
+ struct event_context *event_ctx,
+ struct confdb_ctx *cdb);