From 53045fab551406e7b6e9f36f1c559f08f8a9b8be Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 15 Aug 2014 09:44:18 +0200 Subject: Fix warning: no previous prototype for ... [-Wmissing-prototypes] Change-Id: I9dfff8032e8aa4634466fb4cb3b136ff6df1c4b7 Reviewed-on: https://code.wireshark.org/review/3635 Reviewed-by: Anders Broman --- epan/dissectors/packet-gvcp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-gvcp.c') 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 */ -- cgit v1.2.3