summaryrefslogtreecommitdiff
path: root/epan
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2013-11-12 21:48:13 +0000
committerMartin Kaiser <wireshark@kaiser.cx>2013-11-12 21:48:13 +0000
commit99f0fc1d27a64efe3dcaf6e012cf8dd5940a71be (patch)
tree8e3f82e6256125ab61f3a8f6dc24e8d98108593c /epan
parent7221138871a5ee86d7091f2814b3a6d0d3a16ec6 (diff)
downloadwireshark-99f0fc1d27a64efe3dcaf6e012cf8dd5940a71be.tar.gz
From Michal Labedzki
add forward declarations https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9333 svn path=/trunk/; revision=53287
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-usb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-usb.c b/epan/dissectors/packet-usb.c
index 2c15e6a7d8..5087f276ee 100644
--- a/epan/dissectors/packet-usb.c
+++ b/epan/dissectors/packet-usb.c
@@ -1041,6 +1041,9 @@ static const value_string usb_hid_boot_protocol_vals[] = {
{0, NULL}
};
+void proto_register_usb(void);
+void proto_reg_handoff_usb(void);
+
static usb_conv_info_t *
get_usb_conv_info(conversation_t *conversation)
{