1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Alexander Levin 2010-07-06 16:53:52 +00:00
parent 76f2b9c605
commit 7d4c0c5e7e
3 changed files with 10 additions and 10 deletions

View file

@ -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__ */