VINES: fix no previous prototype for function 'capture_vines' [-Wmissing-prototypes]

Change-Id: I55dbc6c49bdc12540e06d2cf4415789ec1577d17
Reviewed-on: https://code.wireshark.org/review/12915
Reviewed-by: Anders Broman <a.broman58@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-12-29 15:41:44 +01:00 committed by Michael Mann
parent d1149414de
commit d1b46d9d54
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ typedef struct _e_vipc {
guint16 vipc_err_len;
} e_vipc;
gboolean
static gboolean
capture_vines(const guchar *pd _U_, int offset _U_, int len _U_, capture_packet_info_t *cpinfo, const union wtap_pseudo_header *pseudo_header _U_)
{
capture_dissector_increment_count(cpinfo, proto_vines);