summaryrefslogtreecommitdiff
path: root/include/mp3fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mp3fs.h')
-rw-r--r--include/mp3fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mp3fs.h b/include/mp3fs.h
index 9436966..adc41db 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -55,5 +55,6 @@ void mp3_lookup_genre(const char *, struct filler_data *);
void mp3_lookup_album(const char *, struct filler_data *);
char *mp3_gettoken(const char *, int);
int mp3_numtoken(const char *);
+int mp3_file_data_for_path(const char *, void *);
#endif