summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-12 13:46:32 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-12 13:48:09 +0200
commit959488a96664e7b2246f62c5106028ef7291168b (patch)
tree69f8daad2a45e5c11e8008b3a50f8148c954c518 /include
parentc9b61f8df8a7cccb0768fd6ec6d1585ef3366743 (diff)
- Added mp3_file_data_for_path, to reuse code for opening and reading
a given path.
Diffstat (limited to 'include')
-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