From a913bdd4902f240eb1b4b9f0f0df0de323e4616f Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 15 Aug 2014 09:59:14 +0200 Subject: Fix warning: no previous prototype for ... [-Wmissing-prototypes] Add static before function Change-Id: I42c5be7a1436160bcb82d0cb4309959802b7b3cb Reviewed-on: https://code.wireshark.org/review/3696 Reviewed-by: Anders Broman --- ui/tap_export_pdu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/tap_export_pdu.c') diff --git a/ui/tap_export_pdu.c b/ui/tap_export_pdu.c index 2eac9ab0b9..d7e41d6839 100644 --- a/ui/tap_export_pdu.c +++ b/ui/tap_export_pdu.c @@ -39,7 +39,7 @@ #include "tap_export_pdu.h" /* Main entry point to the tap */ -int +static int export_pdu_packet(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_, const void *data) { const exp_pdu_data_t *exp_pdu_data = (const exp_pdu_data_t *)data; -- cgit v1.2.3