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 4ecb6c8..300a829 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -57,6 +57,7 @@ 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 *);
+char *mp3_basename(const char *);
int mp3_file_data_for_path(const char *, void *);
enum mp3_filetype mp3_get_filetype(const char *);