diff options
| author | Dan Everton <dan@iocaine.org> | 2006-08-08 10:46:39 +0000 |
|---|---|---|
| committer | Dan Everton <dan@iocaine.org> | 2006-08-08 10:46:39 +0000 |
| commit | 5814551865df5cfb172f1e401c6807b463766bf8 (patch) | |
| tree | 638288d6922df180eba0c4abe7285041b9c21e67 /apps/plugin.c | |
| parent | e7aeebf0bfe5f673818f30757b23fea7b8436b81 (diff) | |
| download | rockbox-5814551865df5cfb172f1e401c6807b463766bf8.zip rockbox-5814551865df5cfb172f1e401c6807b463766bf8.tar.gz rockbox-5814551865df5cfb172f1e401c6807b463766bf8.tar.bz2 rockbox-5814551865df5cfb172f1e401c6807b463766bf8.tar.xz | |
Add disktidy plugin (FS#2596).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 96d55ab..4474d0d 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -467,6 +467,8 @@ static const struct plugin_api rockbox_api = { !defined(SIMULATOR) lcd_yuv_blit, #endif + + PREFIX(rmdir), }; int plugin_load(const char* plugin, void* parameter) |