summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-13 14:29:01 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-13 14:29:43 +0200
commitb73281d49e7352592e0a9bf0bbaa1ade6668e891 (patch)
tree6e8cadafe99798fa84fc6a23d8d94393e88e418b /include
parentbaaa0b53ec7a6d31878e18ecca6083d0c86c848c (diff)
- Reverted mp3_basename, using sqlite tricks to obtain the same
Revert "- Use mp3_basename and sqlite to add extensions to filenames" This reverts commit d2727a60c0b2d6967d9cce3ca2696e1cab79e322. Revert "- Added mp3_basename" This reverts commit 2635d332f07ee1691a785d543f7ccbde2eeb99f0.
Diffstat (limited to 'include')
-rw-r--r--include/mp3fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mp3fs.h b/include/mp3fs.h
index 300a829..4ecb6c8 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -57,7 +57,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 *);
-char *mp3_basename(const char *);
int mp3_file_data_for_path(const char *, void *);
enum mp3_filetype mp3_get_filetype(const char *);