summaryrefslogtreecommitdiff
path: root/include/musicfs.h
diff options
context:
space:
mode:
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_ */