mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Renamed include guard for plugin.h to _NTFS_PLUGIN_H
Be consistent with other NTFS-3G headers and use the "_NTFS_" prefix. Signed-off-by: Eric Biggers <ebiggers3@gmail.com>
This commit is contained in:
parent
38ff4602a7
commit
68dec8ddbc
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user