From Michal Labedzki

add forward declarations

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9333

svn path=/trunk/; revision=53287
This commit is contained in:
Martin Kaiser 2013-11-12 21:48:13 +00:00
parent 7221138871
commit 99f0fc1d27
1 changed files with 3 additions and 0 deletions

View File

@ -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)
{