diff options
author | Robert Hak <adiamas@rockbox.org> | 2002-05-04 10:02:50 +0000 |
---|---|---|
committer | Robert Hak <adiamas@rockbox.org> | 2002-05-04 10:02:50 +0000 |
commit | 523f228bbe3e53a402b8e043a94a9a63c2984980 (patch) | |
tree | b50709419e2802626ee47ade4af03c5c370d8408 /uisimulator/tree.h | |
parent | dbf60ee358ebab04f04ba45c2eabd79b6d2cd234 (diff) |
Added browse_root(void)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@415 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/tree.h')
-rw-r--r-- | uisimulator/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uisimulator/tree.h b/uisimulator/tree.h index eaff602c51..0dfd4ec99b 100644 --- a/uisimulator/tree.h +++ b/uisimulator/tree.h @@ -17,4 +17,5 @@ * ****************************************************************************/ +void browse_root(void); bool dirbrowse(char *root); |