From 1274494c809faad28dfed77856f1850a9a9659da Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 11 Jul 2005 12:32:31 +0000 Subject: added lowlevel API and (non yet working) implementation --- include/fuse_common.h | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 include/fuse_common.h (limited to 'include/fuse_common.h') diff --git a/include/fuse_common.h b/include/fuse_common.h new file mode 100644 index 0000000..cd19435 --- /dev/null +++ b/include/fuse_common.h @@ -0,0 +1,49 @@ +/* + FUSE: Filesystem in Userspace + Copyright (C) 2001-2005 Miklos Szeredi + + This program can be distributed under the terms of the GNU LGPL. + See the file COPYING.LIB. +*/ + +#if !defined(_FUSE_H_) && !defined(_FUSE_LOWLEVEL_H_) +#error "Never include directly; use or