* e, eio: fix ecore_thread_run breakage.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 13 Oct 2010 17:46:02 +0000 (17:46 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 13 Oct 2010 17:46:02 +0000 (17:46 +0000)
SVN revision: 53371

src/modules/everything-files/e_mod_main.c

index b99044a..1846146 100644 (file)
@@ -168,7 +168,7 @@ _item_free(Evry_Item *it)
 }
 
 static void
-_scan_func(void *data)
+_scan_func(Ecore_Thread *thread __UNUSED__, void *data)
 {
    Data *d = data;
    Plugin *p = d->plugin;
@@ -244,7 +244,7 @@ _scan_func(void *data)
 }
 
 static void
-_scan_mime_func(void *data)
+_scan_mime_func(Ecore_Thread *thread __UNUSED__, void *data)
 {
    Data *d = data;
    Evry_Item_File *file;