aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 20:02:09 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-08 21:27:06 -0700
commit0719bd97b16d390f0c5098b7616a79d72089d98b (patch)
tree0e6358bb0d1b8793b32a600f5a1fe89d85700be8 /include
parent042904f09b492462223c06fc99a2af83f9f26392 (diff)
Update list of requests that can be answered with fuse_reply_none().
Diffstat (limited to 'include')
-rw-r--r--include/fuse_lowlevel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index f40f9fa..58c0dfa 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -1080,6 +1080,8 @@ int fuse_reply_err(fuse_req_t req, int err);
*
* Possible requests:
* forget
+ * forget_multi
+ * retrieve_reply
*
* @param req request handle
*/