summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mp3fs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/mp3fs.h b/include/mp3fs.h
index 816af61..4be9c44 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -24,7 +24,9 @@ struct filler_data {
fuse_fill_dir_t filler;
};
-void mp3_list(int, struct filler_data *, char *);
+void mp3_list(int, struct filler_data *, const char *, const char *, ...);
+void mp3_list_artist(char *, struct filler_data *);
+void mp3_list_genre(char *, struct filler_data *);
char *mp3_gettoken(const char *, int);
int mp3_numtoken(const char *);
#endif