aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gvcp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:44:18 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 11:41:17 +0000
commit53045fab551406e7b6e9f36f1c559f08f8a9b8be (patch)
tree0ae5f886fa2aceb90586051a3faac5bc5a6b6b33 /epan/dissectors/packet-gvcp.c
parent370bab2bef142e00ba3e5194e43867d0378620d0 (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I9dfff8032e8aa4634466fb4cb3b136ff6df1c4b7 Reviewed-on: https://code.wireshark.org/review/3635 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-gvcp.c')
-rw-r--r--epan/dissectors/packet-gvcp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gvcp.c b/epan/dissectors/packet-gvcp.c
index dc35b7d78f..e61b7aeea6 100644
--- a/epan/dissectors/packet-gvcp.c
+++ b/epan/dissectors/packet-gvcp.c
@@ -254,6 +254,7 @@ Link configurations
#define GEV_LINKCONFIG_DYNAMICLAG (0x03)
+void proto_register_gvcp(void);
void proto_reg_handoff_gvcp(void);
/* Define the gvcp proto */