aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-28 13:48:15 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-03-29 13:18:16 -0700
commitf00795452566901e80d1094e81f9c26461b2a9cd (patch)
treeb0c469da2b1426c368099886881592f9b4dfa444 /include
parent83c730ca8ee5d567e6a4cefa568353ab1bad0be2 (diff)
Inlined fuse_chan_fd
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h8
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