diff options
author | Anders Broman <anders.broman@ericsson.com> | 2013-11-14 06:21:02 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2013-11-14 06:21:02 +0000 |
commit | a7e417bf24a05fe221260f8ecacc0ade6634bebd (patch) | |
tree | 5b3ef190da5da28f212d1240b1d0148a799c56c7 /ui/cli/tap-icmpstat.c | |
parent | bfca717c45e733e5ba67793653075dac0f7735ae (diff) | |
download | wireshark-a7e417bf24a05fe221260f8ecacc0ade6634bebd.tar.gz wireshark-a7e417bf24a05fe221260f8ecacc0ade6634bebd.tar.bz2 wireshark-a7e417bf24a05fe221260f8ecacc0ade6634bebd.zip |
Get rid of Warinings [-Wmissing-prototypes]
svn path=/trunk/; revision=53311
Diffstat (limited to 'ui/cli/tap-icmpstat.c')
-rw-r--r-- | ui/cli/tap-icmpstat.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 <epan/dissectors/packet-icmp.h> #include <math.h> +void register_tap_listener_icmpstat(void); + /* used to keep track of the ICMP statistics */ typedef struct _icmpstat_t { char *filter; |