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
This commit is contained in:
gombasg 2006-04-27 14:54:00 +00:00 committed by Adam Visegradi
parent 89debbbd6e
commit f59c00ce3c
1 changed files with 1 additions and 1 deletions

View File

@ -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);