From 787fc5195b95c393e2bf6fb440a488c972c94fe4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 20 Jun 2013 11:43:02 +0200 Subject: libfuse: remove channel user data --- include/fuse_lowlevel.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'include/fuse_lowlevel.h') diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index d46ef86..9a16237 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1800,11 +1800,10 @@ struct fuse_chan_ops { * @param op channel operations * @param fd file descriptor of the channel * @param bufsize the minimal receive buffer size - * @param data user data * @return the new channel object, or NULL on failure */ struct fuse_chan *fuse_chan_new(struct fuse_chan_ops *op, int fd, - size_t bufsize, void *data); + size_t bufsize); /** * Query the file descriptor of the channel @@ -1822,14 +1821,6 @@ int fuse_chan_fd(struct fuse_chan *ch); */ size_t fuse_chan_bufsize(struct fuse_chan *ch); -/** - * Query the user data - * - * @param ch the channel - * @return the user data passed to fuse_chan_new() - */ -void *fuse_chan_data(struct fuse_chan *ch); - /** * Query the session to which this channel is assigned * -- cgit v1.2.3