summaryrefslogtreecommitdiff
path: root/include/musicfs.h
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 11:11:03 +0200
committerUlf Lilleengen <lulf@pvv.ntnu.no>2009-07-18 11:11:03 +0200
commitfe92bb6fa8c7ccd15d9506f65c54e78de25881f7 (patch)
tree1d347f4001920ef5d3767c869788830f96cc4b9f /include/musicfs.h
parent3e3f49a94d308465840fec22ae746fa2432256f3 (diff)
- Cleanup headers and remove stale file.
Diffstat (limited to 'include/musicfs.h')
-rw-r--r--include/musicfs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/musicfs.h b/include/musicfs.h
index e484e00..54613f0 100644
--- a/include/musicfs.h
+++ b/include/musicfs.h
@@ -18,8 +18,8 @@
* A copy of the license can typically be found in COPYING
*/
-#ifndef _MP3FS_H_
-#define _MP3FS_H_
+#ifndef _MUSICFS_H_
+#define _MUSICFS_H_
#include <fuse.h>
@@ -79,4 +79,4 @@ int mfs_reload_config();
char *mfs_get_home_path(const char *);
enum mfs_filetype mfs_get_filetype(const char *);
-#endif
+#endif /* !_MUSICFS_H_ */