mirror of https://github.com/BOINC/boinc.git
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:
parent
89debbbd6e
commit
f59c00ce3c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue