summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor_interfaces.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-09-21 13:42:29 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-09 17:18:17 +0200
commit1925ce32f7c1dc226be31d4301a0a1dbb2448baa (patch)
treebf04e6090f6a19ff562e97d93544d488cf36ccf2 /src/monitor/monitor_interfaces.h
parent25072dd5274f07255cdc930f6257c4cbf74692de (diff)
downloadsssd-1925ce32f7c1dc226be31d4301a0a1dbb2448baa.tar.gz
sssd-1925ce32f7c1dc226be31d4301a0a1dbb2448baa.tar.xz
sssd-1925ce32f7c1dc226be31d4301a0a1dbb2448baa.zip
UTIL: Do not depend on monitor code
Just moves code around. There should be a way to use the server.c module without linking the monitor code. Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src/monitor/monitor_interfaces.h')
-rw-r--r--src/monitor/monitor_interfaces.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monitor/monitor_interfaces.h b/src/monitor/monitor_interfaces.h
index c015fbc66..213f293cf 100644
--- a/src/monitor/monitor_interfaces.h
+++ b/src/monitor/monitor_interfaces.h
@@ -40,8 +40,6 @@ int monitor_common_send_id(struct sbus_connection *conn,
const char *name, uint16_t version);
int monitor_common_pong(struct sbus_request *dbus_req, void *data);
int monitor_common_res_init(struct sbus_request *dbus_req, void *data);
-int monitor_common_rotate_logs(struct confdb_ctx *confdb,
- const char *conf_entry);
errno_t sss_monitor_init(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,