summaryrefslogtreecommitdiffstats
path: root/server/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/monitor.h')
-rw-r--r--server/monitor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/monitor.h b/server/monitor.h
index cb53916f6..8899c51a4 100644
--- a/server/monitor.h
+++ b/server/monitor.h
@@ -22,8 +22,8 @@
#ifndef _MONITOR_H_
#define _MONITOR_H_
-int start_monitor(TALLOC_CTX *mem_ctx,
- struct event_context *event_ctx,
- struct confdb_ctx *cdb);
+int monitor_process_init(TALLOC_CTX *mem_ctx,
+ struct event_context *event_ctx,
+ struct confdb_ctx *cdb);
#endif /* _MONITOR_H */