summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index 4682b35237..f07209f2dc 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -23,8 +23,7 @@
23#include "playback.h" 23#include "playback.h"
24 24
25unsigned int probe_file_format(const char *filename); 25unsigned int probe_file_format(const char *filename);
26bool get_metadata(struct mp3entry* id3, int fd, const char* trackname, 26bool get_metadata(struct mp3entry* id3, int fd, const char* trackname);
27 bool v1first);
28 27
29#endif 28#endif
30 29