summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 19:51:33 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 19:51:58 +0200
commit5e6d5d75e5d2903988b792dd803859b31c23b935 (patch)
tree9e90f4e9524eebf509b63b92e0fc6d82c1a64358 /include
parente5b2bcc8894b59191050c7f45f261059f3a08907 (diff)
- Moved $HOME function to mfs_subr
Diffstat (limited to 'include')
-rw-r--r--include/musicfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/musicfs.h b/include/musicfs.h
index 3da10da..a376f4d 100644
--- a/include/musicfs.h
+++ b/include/musicfs.h
@@ -78,6 +78,7 @@ void mfs_lookup_album(const char *, struct filler_data *);
char *mfs_gettoken(const char *, int);
int mfs_numtoken(const char *);
int mfs_file_data_for_path(const char *, void *);
+char *mfs_get_home_path(const char *);
enum mfs_filetype mfs_get_filetype(const char *);
#endif