mirror of
https://github.com/falk-werner/webfuse-provider
synced 2024-10-27 20:44:10 +00:00
renamed fuse.h wrapper, since it confuses vscode
This commit is contained in:
parent
f2b00736c8
commit
ef10bd7ace
@ -3,7 +3,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
#include "wsfs/fuse.h"
|
#include "wsfs/fuse_wrapper.h"
|
||||||
#include "wsfs/operations.h"
|
#include "wsfs/operations.h"
|
||||||
#include "wsfs/server.h"
|
#include "wsfs/server.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#ifndef _WSFS_OPERATIONS
|
#ifndef _WSFS_OPERATIONS
|
||||||
#define _WSFS_OPERATIONS
|
#define _WSFS_OPERATIONS
|
||||||
|
|
||||||
#include "wsfs/fuse.h"
|
#include "wsfs/fuse_wrapper.h"
|
||||||
|
|
||||||
extern void wsfs_operations_init(
|
extern void wsfs_operations_init(
|
||||||
struct fuse_operations * operations);
|
struct fuse_operations * operations);
|
||||||
|
Loading…
Reference in New Issue
Block a user