From f59c00ce3cbb9668feba25e827e6a6a59e7e7778 Mon Sep 17 00:00:00 2001 From: gombasg Date: Thu, 27 Apr 2006 14:54:00 +0000 Subject: [PATCH] Use a full prototype for _DC_searchForEvents() git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@481 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/local/dc_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dcapi/local/dc_local.h b/dcapi/local/dc_local.h index 6bebb6b10c..b29d5227d4 100644 --- a/dcapi/local/dc_local.h +++ b/dcapi/local/dc_local.h @@ -100,7 +100,7 @@ DC_PhysicalFile *_DC_createPhysicalFile(const char *label, void _DC_destroyPhysicalFile(DC_PhysicalFile *file); /* Calls a g_hash_table_foreach function for the wu_table */ -int _DC_searchForEvents(); +int _DC_searchForEvents(void); /* Creates a new DC_Result */ DC_Result *_DC_createResult(const char *wu_name);