aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hdcp2.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-15 23:44:12 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-15 23:44:12 +0000
commitc45475ab45cdca7e8ea9de3c88bc07769a0983cd (patch)
treea076d8008305c9772404f613d49e9914044f5451 /epan/dissectors/packet-hdcp2.c
parent59dddc25ec39be11e00cfe1ff0a839f63d75a26f (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54135
Diffstat (limited to 'epan/dissectors/packet-hdcp2.c')
-rw-r--r--epan/dissectors/packet-hdcp2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-hdcp2.c b/epan/dissectors/packet-hdcp2.c
index 55a0b110b1..3ed78c3ac6 100644
--- a/epan/dissectors/packet-hdcp2.c
+++ b/epan/dissectors/packet-hdcp2.c
@@ -39,13 +39,13 @@
#include <epan/ptvcursor.h>
#include <epan/expert.h>
+void proto_register_hdcp2(void);
+void proto_reg_handoff_hdcp2(void);
static int proto_hdcp2 = -1;
static gboolean hdcp2_enable_dissector = FALSE;
-void proto_reg_handoff_hdcp2(void);
-
static gint ett_hdcp2 = -1;
static gint ett_hdcp2_cert = -1;