#ifndef FUSE_LOCAL_H #define FUSE_LOCAL_H /* must be included before including */ #define FUSE_USE_VERSION 26 #include int fuse_local_init(int argc, char **argv); #endif