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>
This commit is contained in:
Alexis La Goutte 2014-08-15 09:44:18 +02:00 committed by Anders Broman
parent 370bab2bef
commit 53045fab55
1 changed files with 1 additions and 0 deletions

View File

@ -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 */