From a33a6cd5fa66fb12435c4e5d7ad85c921ca50360 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Sun, 3 Aug 2008 22:56:31 +0200 Subject: - Add TODO - Support deeper nested hierarchies. - Add convenience functions for tokenizing and lookups. --- include/mp3fs.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') 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 -- cgit v1.2.3