summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMustapha Senhaji <moos@rockbox.org>2010-12-28 14:18:37 +0000
committerMustapha Senhaji <moos@rockbox.org>2010-12-28 14:18:37 +0000
commit39b3c9a61279b1856ce7e6cef132b09c9befbb48 (patch)
tree9caa034391a054d5ce05261c03cac3a60f382ba1 /apps/plugin.c
parent4d39c9fb2e54eb33736fb1ee45b34dc335a49ea1 (diff)
downloadrockbox-39b3c9a61279b1856ce7e6cef132b09c9befbb48.zip
rockbox-39b3c9a61279b1856ce7e6cef132b09c9befbb48.tar.gz
rockbox-39b3c9a61279b1856ce7e6cef132b09c9befbb48.tar.bz2
rockbox-39b3c9a61279b1856ce7e6cef132b09c9befbb48.tar.xz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28917 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 f28593e..a8fff83 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -726,6 +726,7 @@ static const struct plugin_api rockbox_api = {
/* new stuff at the end, sort into place next time
the API gets incompatible */
+ filetype_get_attr,
};
int plugin_load(const char* plugin, const void* parameter)