aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-08 08:15:55 +0100
committerGravatar Miklos Szeredi <mszeredi@suse.cz>2013-02-08 08:15:55 +0100
commit898b5a24442a0cd55fb0471c7345fa3a7c99cdba (patch)
treed37bd88933f22aecc400774b207f6c4d5faee377 /include
parentc26a64db70e0fe29dcbb0a3a7e2a4fd0d617e095 (diff)
libfuse: remove struct fuse_cmd
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 503776b..7fe55f3 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -37,9 +37,6 @@ extern "C" {
/** Handle for a FUSE filesystem */
struct fuse;
-/** Structure containing a raw command */
-struct fuse_cmd;
-
/** Function to add an entry in a readdir() operation
*
* @param buf the buffer passed to the readdir() operation