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/misc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/misc.h') diff --git a/apps/misc.h b/apps/misc.h index ab0e592aa0..590ccf013f 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -115,4 +115,8 @@ int hex_to_rgb(const char* hex); char* strrsplt(char* str, int c); +bool file_exists(const char *file); +bool dir_exists(const char *path); + + #endif /* MISC_H */ -- cgit