summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 20:03:56 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-15 20:06:18 +0200
commit82be959253b213abdbd180c683c82ad4de64d58e (patch)
treef1aa7002d061b94565f03458b5998a53f5c220c4 /include
parent5e6d5d75e5d2903988b792dd803859b31c23b935 (diff)
- Implemented mfs_reload_config
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 a376f4d..b3f2ebe 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 *);
+int mfs_reload_config();
char *mfs_get_home_path(const char *);
enum mfs_filetype mfs_get_filetype(const char *);