From d5c437e8e575006a4dbc3aa9574fd8261f4c87a0 Mon Sep 17 00:00:00 2001 From: Evan Huus Date: Tue, 25 Feb 2014 16:44:29 -0500 Subject: Fix function prototypes. Functions with no parameters must be written func(void). Fixes (some) of the buildbots. Change-Id: I1a6e5c0553e032e99419fe67eb4b573bbdfe7fe6 Reviewed-on: https://code.wireshark.org/review/388 Reviewed-by: Evan Huus --- epan/tap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/tap.h') diff --git a/epan/tap.h b/epan/tap.h index 00f03465f7..b8591148c0 100644 --- a/epan/tap.h +++ b/epan/tap.h @@ -79,7 +79,7 @@ extern void tap_init(void); WS_DLL_PUBLIC int register_tap(const char *name); /* Gets a GList of the tap names */ -GList* get_tap_names(); +WS_DLL_PUBLIC GList* get_tap_names(void); /** This function will return the tap_id for the specific protocol tap * or 0 if no such tap was found. -- cgit v1.2.1