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-icmpstat.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/cli/tap-icmpstat.c') diff --git a/ui/cli/tap-icmpstat.c b/ui/cli/tap-icmpstat.c index 89874776e2..213e149ae8 100644 --- a/ui/cli/tap-icmpstat.c +++ b/ui/cli/tap-icmpstat.c @@ -40,6 +40,8 @@ #include #include +void register_tap_listener_icmpstat(void); + /* used to keep track of the ICMP statistics */ typedef struct _icmpstat_t { char *filter; -- cgit v1.2.3