diff options
author | Alexander Levin <al.le@rockbox.org> | 2010-07-06 16:53:52 +0000 |
---|---|---|
committer | Alexander Levin <al.le@rockbox.org> | 2010-07-06 16:53:52 +0000 |
commit | 7d4c0c5e7ed2ef0a87008db2250d4ae5aff8609a (patch) | |
tree | c1d546a4ba3f1bdcf35381e689f2d0fe2293bd3d /apps/bookmark.h | |
parent | 76f2b9c6056d3b5dd29503fa77323aac5088e1e6 (diff) |
Rename functions so that the code is easier to read
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27313 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.h')
-rw-r--r-- | apps/bookmark.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.h b/apps/bookmark.h index bde8e84697..4b61edba9b 100644 --- a/apps/bookmark.h +++ b/apps/bookmark.h @@ -29,7 +29,7 @@ bool bookmark_create_menu(void); bool bookmark_mrb_load(void); bool bookmark_autoload(const char* file); bool bookmark_load(const char* file, bool autoload); -bool bookmark_exist(void); +bool bookmark_exists(void); #endif /* __BOOKMARK_H__ */ |