mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
adjusted include guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
#define WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_CLIENT_PROTOCOL_INTERN_H
|
||||
#define WSFS_PROVIDER_CLIENT_PROTOCOL_INTERN_H
|
||||
|
||||
#include "wsfs/provider/client_protocol.h"
|
||||
#include "wsfs/provider/provider.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_CLOSE_INTERN_H
|
||||
#define WSFSP_OPERATION_CLOSE_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_CLOSE_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_CLOSE_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/close.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_GETATTR_INTERN_H
|
||||
#define WSFSP_OPERATION_GETATTR_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_GETATTR_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_GETATTR_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/getattr.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_LOOKUP_INTERN_H
|
||||
#define WSFSP_OPERATION_LOOKUP_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_LOOKUP_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_LOOKUP_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/lookup.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_OPEN_INTERN_H
|
||||
#define WSFSP_OPERATION_OPEN_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_OPEN_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_OPEN_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/open.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_READ_INTERN_H
|
||||
#define WSFSP_OPERATION_READ_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_READ_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_READ_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/read.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_OPERATION_READDIR_INTERN_H
|
||||
#define WSFSP_OPERATION_READDIR_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_OPERATION_READDIR_INTERN_H
|
||||
#define WSFS_PROVIDER_OPERATION_READDIR_INTERN_H
|
||||
|
||||
#include "wsfs/provider/operation/readdir.h"
|
||||
#include "wsfs/provider/provider_intern.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_PROVIDER_INTERN_H
|
||||
#define WSFSP_PROVIDER_INTERN_H
|
||||
#ifndef WSFS_PROVIDER_PROVIDER_INTERN_H
|
||||
#define WSFS_PROVIDER_PROVIDER_INTERN_H
|
||||
|
||||
#include "wsfs/provider/provider.h"
|
||||
#include "wsfs/provider/request.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_REQUEST_H
|
||||
#define WSFSP_REQUEST_H
|
||||
#ifndef WSFS_PROVIDER_REQUEST_H
|
||||
#define WSFS_PROVIDER_REQUEST_H
|
||||
|
||||
#include <jansson.h>
|
||||
#include "wsfs/provider/provider.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_URL_H
|
||||
#define WSFSP_URL_H
|
||||
#ifndef WSFS_PROVIDER_URL_H
|
||||
#define WSFS_PROVIDER_URL_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user