From 7a3b97bf1d1b53c9c6454515fb8cdbd51de71950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjetil=20=C3=98rbekk?= Date: Mon, 8 Sep 2008 00:25:47 +0200 Subject: - Put db_path into musicfs.h - Got ride of some warnings --- include/musicfs.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/musicfs.h b/include/musicfs.h index d3d399f..e484e00 100644 --- a/include/musicfs.h +++ b/include/musicfs.h @@ -28,6 +28,10 @@ struct fuse_args; int mfs_run(int, char **); int mfs_init(); +/* + * The path to the sqlite database + */ +char *db_path; /* * Functions traversing the underlying filesystem and do operations on the -- cgit v1.2.3