1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

renamed fuse.h wrapper, since it confuses vscode

This commit is contained in:
Falk Werner 2019-01-27 20:32:09 +01:00
parent f2b00736c8
commit ef10bd7ace
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include <string.h>
#include <stddef.h>
#include "wsfs/fuse.h"
#include "wsfs/fuse_wrapper.h"
#include "wsfs/operations.h"
#include "wsfs/server.h"

View File

@ -1,7 +1,7 @@
#ifndef _WSFS_OPERATIONS
#define _WSFS_OPERATIONS
#include "wsfs/fuse.h"
#include "wsfs/fuse_wrapper.h"
extern void wsfs_operations_init(
struct fuse_operations * operations);