diff options
| author | Mustapha Senhaji <moos@rockbox.org> | 2010-12-28 14:18:37 +0000 |
|---|---|---|
| committer | Mustapha Senhaji <moos@rockbox.org> | 2010-12-28 14:18:37 +0000 |
| commit | 39b3c9a61279b1856ce7e6cef132b09c9befbb48 (patch) | |
| tree | 9caa034391a054d5ce05261c03cac3a60f382ba1 /apps/plugin.c | |
| parent | 4d39c9fb2e54eb33736fb1ee45b34dc335a49ea1 (diff) | |
| download | rockbox-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.c | 1 |
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) |