aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-09-07 06:02:44 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-09-07 06:02:44 +0000
commit288ed4ebcea335c77793ee3d207c7466d55c4f71 (patch)
treedfdf3cf06866141cdce9811cff1f7fb5ed5ad5a0 /lib/fuse_i.h
parent38f152c72decfc8a995c8a9fa7f932f348d0e1e2 (diff)
downloadlibfuse-288ed4ebcea335c77793ee3d207c7466d55c4f71.tar.gz
interrupt support
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 268bc41..c2c8358 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -11,6 +11,7 @@
struct fuse_session;
struct fuse_chan;
struct fuse_lowlevel_ops;
+struct fuse_req;
struct fuse_cmd {
char *buf;