diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse_lowlevel.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 32908cb..9bdd655 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1702,14 +1702,6 @@ int fuse_session_loop_mt(struct fuse_session *se); * ----------------------------------------------------------- */ /** - * Query the file descriptor of the channel - * - * @param ch the channel - * @return the file descriptor passed to fuse_chan_new() - */ -int fuse_chan_fd(struct fuse_chan *ch); - -/** * Obtain counted reference to the channel * * @param ch the channel |