Fix packet-vp8.c:168:6: warning: redundant redeclaration of 'proto_reg_handoff_vp8' [-Wredundant-decls]

packet-vp8.c:30:6: note: previous declaration of 'proto_reg_handoff_vp8' was here

Change-Id: Ibbae1eeffaa672224e5ea77bda8e207d077b7262
Reviewed-on: https://code.wireshark.org/review/1071
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-04-11 16:56:38 +02:00 committed by Michael Mann
parent ae127f23fa
commit 6fd55a2e5b
1 changed files with 0 additions and 2 deletions

View File

@ -165,8 +165,6 @@ static const true_false_string vp8_hdr_frametype_vals = {
"keyframe"
};
void proto_reg_handoff_vp8(void);
static void
dissect_vp8(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{