diff options
| author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2008-08-15 21:51:16 +0200 |
|---|---|---|
| committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2008-08-15 21:51:16 +0200 |
| commit | cbb7e3194b3bc66812f1b638bec0fb8403a9aacb (patch) | |
| tree | 39af1c758d92a7edd5b897773c16cf590284ab2e /include | |
| parent | 97b8102bd1d1da7e99276abfc1c823a220dfa7e5 (diff) | |
Changed dbpath to ~/.mfs.db
Diffstat (limited to 'include')
| -rw-r--r-- | include/musicfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/musicfs.h b/include/musicfs.h index 21fd0b4..8443198 100644 --- a/include/musicfs.h +++ b/include/musicfs.h @@ -22,10 +22,8 @@ #define _MP3FS_H_ struct fuse_args; -#define DBNAME "music.db" - int mfs_run(int, char **); -int mfs_initscan(char *); +int mfs_initscan(); /* |
