libfuse: remove struct fuse_cmd
authorMiklos Szeredi <mszeredi@suse.cz>
Fri, 8 Feb 2013 07:15:55 +0000 (08:15 +0100)
committerMiklos Szeredi <mszeredi@suse.cz>
Fri, 8 Feb 2013 07:15:55 +0000 (08:15 +0100)
include/fuse.h
lib/fuse_i.h

index 503776bd93c15c3d6df6ba399d5117a0889751f9..7fe55f3233e0ec5b75ee19868a52b44d1a29dd89 100644 (file)
@@ -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
index 3c46d343f6403bb08e9a936e762e6a090c3f38d5..ffcf062cd6294f467dead8efc22a57f6e254e572 100644 (file)
@@ -91,12 +91,6 @@ struct fuse_ll {
        struct fuse_notify_req notify_list;
 };
 
-struct fuse_cmd {
-       char *buf;
-       size_t buflen;
-       struct fuse_chan *ch;
-};
-
 struct fuse_chan *fuse_kern_chan_new(int fd);
 
 void fuse_kern_unmount(const char *mountpoint, int fd);