On (03/10/14 16:47), Jakub Hrozek wrote:
Please see the attached trivial patch.
From c7f02a268e0b631e858d46ccc93e4e4dee246fcc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek jhrozek@redhat.com Date: Tue, 5 Aug 2014 15:26:48 +0200 Subject: [PATCH] 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
The first small step towards fixing ticket #2098
ACK
LS