From d65cdfe63c14c1765dc0bd5ab818a2e41a1f2ba3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 15 Feb 2006 14:25:17 +0000 Subject: fix --- lib/fuse_i.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 79c3cbf..e54509e 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -10,6 +10,7 @@ struct fuse_session; struct fuse_chan; +struct fuse_lowlevel_ops; struct fuse_cmd { char *buf; @@ -24,3 +25,7 @@ struct fuse *fuse_new_common(int fd, struct fuse_args *args, size_t op_size, int compat); int fuse_sync_compat_args(struct fuse_args *args); + +struct fuse_session *fuse_lowlevel_new_common(struct fuse_args *args, + const struct fuse_lowlevel_ops *op, + size_t op_size, void *userdata); -- cgit v1.2.3