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 WSFS_API_H
|
||||
#define WSFS_API_H
|
||||
#ifndef WSFS_ADAPTER_API_H
|
||||
#define WSFS_ADAPTER_API_H
|
||||
|
||||
#ifndef WSFS_API
|
||||
#define WSFS_API
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_SERVER_H
|
||||
#define WSFS_SERVER_H
|
||||
#ifndef WSFS_ADAPTER_SERVER_H
|
||||
#define WSFS_ADAPTER_SERVER_H
|
||||
|
||||
#include "wsfs/adapter/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_SERVER_CONFIG_H
|
||||
#define WSFS_SERVER_CONFIG_H
|
||||
#ifndef WSFS_ADAPTER_SERVER_CONFIG_H
|
||||
#define WSFS_ADAPTER_SERVER_CONFIG_H
|
||||
|
||||
#include "wsfs/adapter/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_SERVER_PROTOCOL_H
|
||||
#define WSFS_SERVER_PROTOCOL_H
|
||||
#ifndef WSFS_ADAPTER_SERVER_PROTOCOL_H
|
||||
#define WSFS_ADAPTER_SERVER_PROTOCOL_H
|
||||
|
||||
#include "wsfs/adapter/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_API_H
|
||||
#define WSFSP_API_H
|
||||
#ifndef WSFSP_PROVIDER_API_H
|
||||
#define WSFSP_PROVIDER_API_H
|
||||
|
||||
#ifndef WSFSP_API
|
||||
#define WSFSP_API
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_CLIENT_H
|
||||
#define WSFSP_CLIENT_H
|
||||
#ifndef WSFS_PROVIDER_CLIENT_H
|
||||
#define WSFS_PROVIDER_CLIENT_H
|
||||
|
||||
#include "wsfs/provider/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_CLIENT_PROTOCOL_H
|
||||
#define WSFSP_CLIENT_PROTOCOL_H
|
||||
#ifndef WSFS_PROVIDER_CLIENT_PROTOCOL_H
|
||||
#define WSFS_PROVIDER_CLIENT_PROTOCOL_H
|
||||
|
||||
#include "wsfs/provider/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_DIRBUFFER_H
|
||||
#define WSFSP_DIRBUFFER_H
|
||||
#ifndef WSFS_PROVIDER_DIRBUFFER_H
|
||||
#define WSFS_PROVIDER_DIRBUFFER_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_PROVIDER_H
|
||||
#define WSFSP_PROVIDER_H
|
||||
#ifndef WSFS_PROVIDER_PROVIDER_H
|
||||
#define WSFS_PROVIDER_PROVIDER_H
|
||||
|
||||
#include <wsfs/provider/operation/lookup.h>
|
||||
#include <wsfs/provider/operation/getattr.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_H
|
||||
#define WSFS_H
|
||||
#ifndef WSFS_ADAPTER_H
|
||||
#define WSFS_ADAPTER_H
|
||||
|
||||
#include <wsfs/adapter/api.h>
|
||||
#include <wsfs/adapter/server.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFSP_H
|
||||
#define WSFSP_H
|
||||
#ifndef WSFS_PROVIDER_H
|
||||
#define WSFS_PROVIDER_H
|
||||
|
||||
#include <wsfs/provider/api.h>
|
||||
#include <wsfs/provider/client.h>
|
||||
|
||||
Reference in New Issue
Block a user