summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2014-08-05 15:26:48 +0200
committerJakub Hrozek <jhrozek@redhat.com>2014-10-06 14:17:54 +0200
commite4f6562e4043aa645088862d1cc657c3eff43c49 (patch)
tree22e56df69dc36b975121198c6423fdc9c82c3e17 /src/monitor/monitor.h
parent0bed97f6ca4ad8bb61de9114c23051e7eaa8d1fc (diff)
downloadsssd-e4f6562e4043aa645088862d1cc657c3eff43c49.tar.gz
sssd-e4f6562e4043aa645088862d1cc657c3eff43c49.tar.xz
sssd-e4f6562e4043aa645088862d1cc657c3eff43c49.zip
MONITOR: Make internal functions static
Several functions in the monitor.c file were not marked as static even though they were only used inside monitor.c Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
Diffstat (limited to 'src/monitor/monitor.h')
-rw-r--r--src/monitor/monitor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/monitor/monitor.h b/src/monitor/monitor.h
index ab23e005c..b5a300bf3 100644
--- a/src/monitor/monitor.h
+++ b/src/monitor/monitor.h
@@ -37,9 +37,6 @@ typedef int (*monitor_reconf_fn) (struct config_file_ctx *file_ctx,
struct mt_ctx;
-int monitor_process_init(struct mt_ctx *ctx,
- const char *config_file);
-
/* from monitor_netlink.c */
struct netlink_ctx;