From bc22e7bec727bc72d91a3001fbda976f1adf352d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 23 Oct 2001 19:26:04 +0000 Subject: Imported sources --- fuse.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 fuse.h (limited to 'fuse.h') diff --git a/fuse.h b/fuse.h new file mode 100644 index 0000000..df71221 --- /dev/null +++ b/fuse.h @@ -0,0 +1,17 @@ +/* -*- indent-tabs-mode: t; c-basic-offset: 8; -*- */ +/* + FUSE: Filesystem in Userspace + Copyright (C) 2001 Miklos Szeredi (mszeredi@inf.bme.hu) + + This program can be distributed under the terms of the GNU GPL. + See the file COPYING. +*/ + + +#define FUSE_MOUNT_VERSION 1 + +struct fuse_mount_data { + int version; + int fd; +}; + -- cgit v1.2.3