summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 08:32:18 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-08 08:32:18 +0000
commit44485bb3d83932d901110877dcbf10ddd4d6d548 (patch)
treed051e403e63c26b85888fdceb0a09d31d7662d57 /apps/plugin.c
parent3c9e3e89145f39cba0dfdea87d00a9a9a52961c0 (diff)
downloadrockbox-44485bb3d83932d901110877dcbf10ddd4d6d548.tar.gz
rockbox-44485bb3d83932d901110877dcbf10ddd4d6d548.zip
Added mpeg_has_changed_track() to the plugin API (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4847 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index b7646c021d..bc7707db55 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -242,6 +242,7 @@ static struct plugin_api rockbox_api = {
242#endif 242#endif
243 243
244 reset_poweroff_timer, 244 reset_poweroff_timer,
245 mpeg_has_changed_track,
245}; 246};
246 247
247int plugin_load(char* plugin, void* parameter) 248int plugin_load(char* plugin, void* parameter)