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 f8c5c5c..816af61 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -24,5 +24,7 @@ struct filler_data {
fuse_fill_dir_t filler;
};
-void mp3_list(char *, int, struct filler_data *);
+void mp3_list(int, struct filler_data *, char *);
+char *mp3_gettoken(const char *, int);
+int mp3_numtoken(const char *);
#endif