#if FUSE_USE_VERSION == 30
struct fuse *_fuse_new_30(struct fuse_args *args,
const struct fuse_operations *op,
- size_t op_size, void *user_data);
+ size_t op_size,
+ struct libfuse_version *version,
+ void *user_data);
static inline struct fuse *
fuse_new(struct fuse_args *args,
const struct fuse_operations *op, size_t op_size,
#define FUSE_USE_VERSION 30
+/* Not really needed - just to test build with FUSE_USE_VERSION == 30 */
+#include <fuse.h>
+
#include <fuse_config.h>
#include <fuse_lowlevel.h>
#include <stdio.h>
#define FUSE_USE_VERSION 30
+/* Not really needed - just to test build with FUSE_USE_VERSION == 30 */
+#include <fuse.h>
+
#include <fuse_config.h>
#include <fuse_lowlevel.h>
#include <stdio.h>