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_JSONRPC_METHOD_H
|
||||
#define WSFS_JSONRPC_METHOD_H
|
||||
#ifndef WSFS_ADAPTER_JSONRPC_METHOD_H
|
||||
#define WSFS_ADAPTER_JSONRPC_METHOD_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdbool.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_JSONRPC_METHOD_INTERN_H
|
||||
#define WSFS_JSONRPC_METHOD_INTERN_H
|
||||
#ifndef WSFS_ADAPTER_JSONRPC_METHOD_INTERN_H
|
||||
#define WSFS_ADAPTER_JSONRPC_METHOD_INTERN_H
|
||||
|
||||
#include "wsfs/adapter/jsonrpc/method.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_JSONRPC_REQUEST_H
|
||||
#define WSFS_JSONRPC_REQUEST_H
|
||||
#ifndef WSFS_ADAPTER_JSONRPC_REQUEST_H
|
||||
#define WSFS_ADAPTER_JSONRPC_REQUEST_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_JSONRPC_RESPONSE_H
|
||||
#define WSFS_JSONRPC_RESPONSE_H
|
||||
#ifndef WSFS_ADAPTER_JSONRPC_RESPONSE_H
|
||||
#define WSFS_ADAPTER_JSONRPC_RESPONSE_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stddef.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_JSONRPC_SERVER_H
|
||||
#define WSFS_JSONRPC_SERVER_H
|
||||
#ifndef WSFS_ADAPTER_JSONRPC_SERVER_H
|
||||
#define WSFS_ADAPTER_JSONRPC_SERVER_H
|
||||
|
||||
#ifndef __cplusplus
|
||||
#include <stdarg.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef WSFS_JSON_UTIL_H
|
||||
#define WSFS_JSON_UTIL_H
|
||||
#ifndef WSFS_ADAPTER_JSON_UTIL_H
|
||||
#define WSFS_ADAPTER_JSON_UTIL_H
|
||||
|
||||
#include <jansson.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user