diff options
author | Anders Broman <anders.broman@ericsson.com> | 2014-01-17 19:21:41 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2014-01-17 19:21:41 +0000 |
commit | 43595fa3f0c8b93fe59a4987c95d50714c34d229 (patch) | |
tree | 6330ad07886b0f913642519611f7f1fe1abec018 /ui/gtk/hostlist_jxta.c | |
parent | 493ba3e3675ae48e042552b7cb4c38ef0a5e3038 (diff) | |
download | wireshark-43595fa3f0c8b93fe59a4987c95d50714c34d229.tar.gz wireshark-43595fa3f0c8b93fe59a4987c95d50714c34d229.tar.bz2 wireshark-43595fa3f0c8b93fe59a4987c95d50714c34d229.zip |
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54833
Diffstat (limited to 'ui/gtk/hostlist_jxta.c')
-rw-r--r-- | ui/gtk/hostlist_jxta.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/hostlist_jxta.c b/ui/gtk/hostlist_jxta.c index b169277ea2..d71f9608dc 100644 --- a/ui/gtk/hostlist_jxta.c +++ b/ui/gtk/hostlist_jxta.c @@ -38,6 +38,8 @@ #include "ui/gtk/gui_stat_menu.h" #include "ui/gtk/hostlist_table.h" +void register_tap_listener_jxta_hostlist(void); + static int jxta_hostlist_packet(void *pit, packet_info *pinfo _U_, epan_dissect_t *edt _U_, const void *vip) { |