1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2026-03-02 04:09:18 +00:00

updated libfuse to 3.8.0

This commit is contained in:
Falk Werner
2019-12-01 20:27:10 +01:00
parent 7a79c5e8a9
commit 494035e5a6
7 changed files with 52 additions and 32 deletions

View File

@@ -5,7 +5,7 @@
extern "C" {
#endif
#define FUSE_USE_VERSION 31
#define FUSE_USE_VERSION 38
#include <fuse_lowlevel.h>
#ifdef __cplusplus