Correct wrong usage of event callbacks all over the place. It's not supposed to retur...
commit5cb5fcf617a5596d8921466cb8074a28b2b62196
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
parentad2aa1afcd6c276b6d74979616030ca4e5826ee7
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