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 _WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
#define _WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
#ifndef WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
#define WSFSP_CLIENT_PROTOCOL_INTERN_H
|
||||
|
||||
#include "wsfsp/client_protocol.h"
|
||||
#include "wsfsp/provider.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef _WSFSP_PROVIDER_DEFAULT_H
|
||||
#define _WSFSP_PROVIDER_DEFAULT_H
|
||||
#ifndef WSFSP_PROVIDER_DEFAULT_H
|
||||
#define WSFSP_PROVIDER_DEFAULT_H
|
||||
|
||||
#include "wsfsp/provider.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user