1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

refactor: renamed include guard

This commit is contained in:
Falk Werner
2020-06-17 16:51:08 +02:00
parent 83b76a1a5a
commit f9079b4c9b
20 changed files with 40 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_CLOSE_H
#define WFP_PROVIDER_IMPL_OPERATION_CLOSE_H
#ifndef WFP_IMPL_OPERATION_CLOSE_H
#define WFP_IMPL_OPERATION_CLOSE_H
#include "webfuse_provider/impl/provider.h"

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_GETATTR_H
#define WFP_PROVIDER_IMPL_OPERATION_GETATTR_H
#ifndef WFP_IMPL_OPERATION_GETATTR_H
#define WFP_IMPL_OPERATION_GETATTR_H
#include "webfuse_provider/impl/provider.h"

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_LOOKUP_H
#define WFP_PROVIDER_IMPL_OPERATION_LOOKUP_H
#ifndef WFP_IMPL_OPERATION_LOOKUP_H
#define WFP_IMPL_OPERATION_LOOKUP_H
#include "webfuse_provider/impl/provider.h"

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_OPEN_H
#define WFP_PROVIDER_IMPL_OPERATION_OPEN_H
#ifndef WFP_IMPL_OPERATION_OPEN_H
#define WFP_IMPL_OPERATION_OPEN_H
#include "webfuse_provider/impl/provider.h"

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_READ_H
#define WFP_PROVIDER_IMPL_OPERATION_READ_H
#ifndef WFP_IMPL_OPERATION_READ_H
#define WFP_IMPL_OPERATION_READ_H
#include "webfuse_provider/impl/provider.h"

View File

@@ -1,5 +1,5 @@
#ifndef WFP_PROVIDER_IMPL_OPERATION_READDIR_H
#define WFP_PROVIDER_IMPL_OPERATION_READDIR_H
#ifndef WFP_IMPL_OPERATION_READDIR_H
#define WFP_IMPL_OPERATION_READDIR_H
#include "webfuse_provider/impl/provider.h"