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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user