The other NTFS-3G headers use the "_NTFS_" prefix.

Signed-off-by: Eric Biggers <[email protected]>
---
 include/ntfs-3g/plugin.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/ntfs-3g/plugin.h b/include/ntfs-3g/plugin.h
index bd90213..f4bb7b2 100644
--- a/include/ntfs-3g/plugin.h
+++ b/include/ntfs-3g/plugin.h
@@ -27,8 +27,8 @@
  *     add support for processing some type of reparse points.
  */
 
-#ifndef PLUGIN_H
-#define PLUGIN_H
+#ifndef _NTFS_PLUGIN_H
+#define _NTFS_PLUGIN_H
 
 struct fuse_file_info;
 
@@ -134,4 +134,4 @@ typedef struct plugin_operations {
 typedef const struct plugin_operations *(*plugin_init_t)(le32 tag);
 const struct plugin_operations *init(le32 tag);
 
-#endif /* PLUGIN_H */
+#endif /* _NTFS_PLUGIN_H */
-- 
2.9.0


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
ntfs-3g-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-devel

Reply via email to