From a7e417bf24a05fe221260f8ecacc0ade6634bebd Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 14 Nov 2013 06:21:02 +0000 Subject: Get rid of Warinings [-Wmissing-prototypes] svn path=/trunk/; revision=53311 --- ui/cli/tap-iostat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/cli/tap-iostat.c') diff --git a/ui/cli/tap-iostat.c b/ui/cli/tap-iostat.c index c7f8828c0c..ac826c3543 100644 --- a/ui/cli/tap-iostat.c +++ b/ui/cli/tap-iostat.c @@ -46,6 +46,8 @@ #define CALC_TYPE_AVG 7 #define CALC_TYPE_LOAD 8 +void register_tap_listener_iostat(void); + typedef struct { const char *func_name; int calc_type; -- cgit v1.2.1