From 959488a96664e7b2246f62c5106028ef7291168b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Tue, 12 Aug 2008 13:46:32 +0200 Subject: - Added mp3_file_data_for_path, to reuse code for opening and reading a given path. --- include/mp3fs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 -- cgit v1.2.3