Correct wrong usage of event callbacks all over the place. It's not supposed to retur...
commit80ec79aa7f128550258ad8ad859631403b455794
authorkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 20 Oct 2009 21:54:44 +0000 (20 21:54 +0000)
committerkugel <kugel@a1c6a512-1295-4272-9138-f99709370657>
Tue, 20 Oct 2009 21:54:44 +0000 (20 21:54 +0000)
tree07c5ed05c9d46145c783bd1de5062731e6babb32
parentebd0ff5a856d63b552da0d8945e952e37913c0cb
Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter.
Fixing it because correcting the event api prototypes causes many warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23301 a1c6a512-1295-4272-9138-f99709370657
13 files changed:
apps/playback.c
apps/playlist.c
apps/plugin.h
apps/plugins/battery_bench.c
apps/scrobbler.c
apps/scrobbler.h
apps/settings.c
apps/tagcache.c
apps/tagtree.c
firmware/ata_idle_notify.c
firmware/events.c
firmware/export/ata_idle_notify.h
firmware/export/events.h