1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-30 14:00:45 +00:00

fixed some broken header guards

This commit is contained in:
Falk Werner 2019-02-22 16:46:13 +01:00
parent 54b81d82e4
commit d37783706c
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>