mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
fixed some broken header guards
This commit is contained in:
parent
54b81d82e4
commit
d37783706c
@ -1,5 +1,5 @@
|
|||||||
#ifndef _WSFS_JSONRPC_RESPONSE_H
|
#ifndef _WSFS_JSONRPC_RESPONSE_H
|
||||||
#define _WFSF_JSONRPC_RESPONSE_H
|
#define _WSFS_JSONRPC_RESPONSE_H
|
||||||
|
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#ifndef _WSFS_JSON_UTIL_H
|
#ifndef _WSFS_JSON_UTIL_H
|
||||||
#define _WFSF_JSON_UTIL_H
|
#define _WSFS_JSON_UTIL_H
|
||||||
|
|
||||||
#include <jansson.h>
|
#include <jansson.h>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user