nge: fix no previous prototype for ‘proto_register_nge/handoff_nge’ [-Wmissing-prototypes]

Change-Id: I2e7cecad96390f709c6a135b6059c01712971dfe
Reviewed-on: https://code.wireshark.org/review/21571
Reviewed-by: Charlie Lenahan <clenahan@sonicbison.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2017-05-09 18:56:01 +02:00 committed by Michael Mann
parent 5e944ee2a8
commit 5d45e77eef
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
#include <epan/packet.h>
void proto_register_nge(void);
void proto_reg_handoff_nge(void);
#define NETGEAR_ENSEMBLE_PORT 4554
static int proto_nge = -1;