From d87b037efe7d001902c0cde992e1633ff9f70061 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Wed, 21 Nov 2007 21:28:27 +0000 Subject: consolidate the 3 file_exists() functions into one; use the version that explicitly uses dircache; give dir_exists() the same treatment for consistency git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15742 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 145d30b..9b620b1 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -522,6 +522,9 @@ static const struct plugin_api rockbox_api = { #ifdef PROC_NEEDS_CACHEALIGN align_buffer, #endif + + file_exists, + dir_exists, }; int plugin_load(const char* plugin, void* parameter) -- cgit v1.1