mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
removed leading underscore of include guards
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFS_H
|
||||
#define _WSFS_H
|
||||
#ifndef WSFS_H
|
||||
#define WSFS_H
|
||||
|
||||
#include "wsfs/api.h"
|
||||
#include "wsfs/server.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFS_API_H
|
||||
#define _WSFS_API_H
|
||||
#ifndef WSFS_API_H
|
||||
#define WSFS_API_H
|
||||
|
||||
#ifndef WSFS_API
|
||||
#define WSFS_API
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFS_SERVER_H
|
||||
#define _WSFS_SERVER_H
|
||||
#ifndef WSFS_SERVER_H
|
||||
#define WSFS_SERVER_H
|
||||
|
||||
#include "wsfs/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFS_SERVER_CONFIG_H
|
||||
#define _WSFS_SERVER_CONFIG_H
|
||||
#ifndef WSFS_SERVER_CONFIG_H
|
||||
#define WSFS_SERVER_CONFIG_H
|
||||
|
||||
#include "wsfs/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFS_SERVER_PROTOCOL_H
|
||||
#define _WSFS_SERVER_PROTOCOL_H
|
||||
#ifndef WSFS_SERVER_PROTOCOL_H
|
||||
#define WSFS_SERVER_PROTOCOL_H
|
||||
|
||||
#include "wsfs/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSP_H
|
||||
#define _WSFSP_H
|
||||
#ifndef WSFSP_H
|
||||
#define WSFSP_H
|
||||
|
||||
#include "wsfsp/api.h"
|
||||
#include "wsfsp/provider.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSP_API_H
|
||||
#define _WSFSP_API_H
|
||||
#ifndef WSFSP_API_H
|
||||
#define WSFSP_API_H
|
||||
|
||||
#ifndef WSFSP_API
|
||||
#define WSFSP_API
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSP_CLIENT_H
|
||||
#define _WSFSP_CLIENT_H
|
||||
#ifndef WSFSP_CLIENT_H
|
||||
#define WSFSP_CLIENT_H
|
||||
|
||||
#include "wsfsp/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSP_CLIENT_PROTOCOL_H
|
||||
#define _WSFSP_CLIENT_PROTOCOL_H
|
||||
#ifndef WSFSP_CLIENT_PROTOCOL_H
|
||||
#define WSFSP_CLIENT_PROTOCOL_H
|
||||
|
||||
#include "wsfsp/api.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSp_H
|
||||
#define _WSFSp_H
|
||||
#ifndef WSFSP_PROVIDER_H
|
||||
#define WSFSP_PROVIDER_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user