From e4f6562e4043aa645088862d1cc657c3eff43c49 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 5 Aug 2014 15:26:48 +0200 Subject: MONITOR: Make internal functions static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/monitor/monitor.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/monitor/monitor.h') 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; -- cgit