projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0c882
)
Clarified documentation for fuse_parse_cmdline()
author
Nikolaus Rath
<Nikolaus@rath.org>
Fri, 4 Aug 2017 20:38:29 +0000
(22:38 +0200)
committer
Nikolaus Rath
<Nikolaus@rath.org>
Sun, 6 Aug 2017 08:13:43 +0000
(10:13 +0200)
include/fuse_lowlevel.h
patch
|
blob
|
history
diff --git
a/include/fuse_lowlevel.h
b/include/fuse_lowlevel.h
index 7c0f96f006e80855539f1c569a5058b09a908162..efe4edbb1ffb4cb40d7413be73199fb8dc658b9a 100644
(file)
--- a/
include/fuse_lowlevel.h
+++ b/
include/fuse_lowlevel.h
@@
-1762,6
+1762,9
@@
struct fuse_cmdline_opts {
* subtype option will be added and set to the basename of the program
* (the fsname will remain unset, and then defaults to "fuse").
*
+ * Known options will be removed from *args*, unknown options will
+ * remain.
+ *
* @param args argument vector (input+output)
* @param opts output argument for parsed options
* @return 0 on success, -1 on failure