aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-11 16:56:38 +0200
committerMichael Mann <mmann78@netscape.net>2014-04-12 11:58:59 +0000
commit6fd55a2e5bf053a94f37c233126be500eb61aa65 (patch)
tree76020850f8104810d9ca5611315f01985e09c8b5 /epan/dissectors
parentae127f23fad7ad085793b1a8cbe931e6c6c82626 (diff)
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>
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-vp8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/epan/dissectors/packet-vp8.c b/epan/dissectors/packet-vp8.c
index 268c24892d..4b10384c45 100644
--- a/epan/dissectors/packet-vp8.c
+++ b/epan/dissectors/packet-vp8.c
@@ -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)
{