diff options
Diffstat (limited to 'apps/onplay.c')
| -rw-r--r-- | apps/onplay.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 14e3cdd..557c457 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -37,6 +37,7 @@ #include "id3.h" #include "screens.h" #include "tree.h" +#include "buffer.h" static char* selected_file = NULL; static bool reload_dir = false; @@ -113,10 +114,6 @@ static void xingupdate(int percent) } -/* defined in linker script */ -extern unsigned char mp3buf[]; -extern unsigned char mp3end[]; - static int insert_data_in_file(char *fname, int fpos, char *buf, int num_bytes) { int readlen; |