summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-13 17:22:29 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-08-13 17:22:29 +0200
commita7ecaad4b4c8c04244f6bbefc23ec06c05d66c7b (patch)
treef35f9f48508cb1bfbd1e422b88d7ea271ad2f735 /include
parent8c41dce569d056a71aa90620238854f76274a38f (diff)
- Changed DBNAME so it works on other machines than Ulf's
Diffstat (limited to 'include')
-rw-r--r--include/mp3fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp3fs.h b/include/mp3fs.h
index 4ecb6c8..3de2ffc 100644
--- a/include/mp3fs.h
+++ b/include/mp3fs.h
@@ -2,7 +2,7 @@
#define _MP3FS_H_
struct fuse_args;
-#define DBNAME "/home/lulf/dev/mp3fs/music.db"
+#define DBNAME "music.db"
int mp3_run(int, char **);
int mp3_initscan(char *);