From 3b7012a2de4f5edf61635a18219ac80ba4bd6258 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 17 May 2011 21:26:25 +0000 Subject: This ain't C++; you have to put "void" in as the argument list of functions that take no arguments, otherwise the function is treated as a crufty old C function with undeclared arguments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37211 f5534014-38df-0310-8fa8-9805f1628bb7 --- gtk/text_import.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/text_import.h') diff --git a/gtk/text_import.h b/gtk/text_import.h index f85daef519..c64d462665 100644 --- a/gtk/text_import.h +++ b/gtk/text_import.h @@ -82,6 +82,6 @@ typedef struct } text_import_info_t; void text_import_setup(text_import_info_t *info); -void text_import_cleanup(); +void text_import_cleanup(void); #endif -- cgit v1.2.3