summaryrefslogtreecommitdiff
path: root/apps/metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/metadata.h')
-rw-r--r--apps/metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/metadata.h b/apps/metadata.h
index f07209f2dc..11d85942ed 100644
--- a/apps/metadata.h
+++ b/apps/metadata.h
@@ -24,6 +24,7 @@
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);
27void strip_tags(int handle_id);
27 28
28#endif 29#endif
29 30