diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2005-01-18 22:45:00 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2005-01-18 22:45:00 +0000 |
| commit | 84c7d8802106266c94d0a30827dff418a2fcac6d (patch) | |
| tree | 17a4d8a7f5375584783925dd3b44203245413755 /apps/filetree.h | |
| parent | f9c06226d6c3f756437dc45d573d23f14699e728 (diff) | |
| download | rockbox-84c7d8802106266c94d0a30827dff418a2fcac6d.zip rockbox-84c7d8802106266c94d0a30827dff418a2fcac6d.tar.gz rockbox-84c7d8802106266c94d0a30827dff418a2fcac6d.tar.bz2 rockbox-84c7d8802106266c94d0a30827dff418a2fcac6d.tar.xz | |
Added support for very large tables in ID3 database.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5595 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/filetree.h')
| -rw-r--r-- | apps/filetree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetree.h b/apps/filetree.h index fcf8b64..143b75a 100644 --- a/apps/filetree.h +++ b/apps/filetree.h @@ -20,7 +20,7 @@ #define FILETREE_H #include "tree.h" -int ft_load(struct tree_context* c, bool *buffer_full); +int ft_load(struct tree_context* c); int ft_play_filenumber(int pos, int attr); int ft_play_dirname(int start_index); void ft_play_filename(char *dir, char *file); |