aboutsummaryrefslogtreecommitdiff
path: root/example/ioctl.c
Commit message (Collapse)AuthorAge
* Removed unneccessary #include <config.h> from examplesGravatar Nikolaus Rath2017-09-25
| | | | Fixes: #208.
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
|
* Clean-up doxygen documentationGravatar Nikolaus Rath2016-10-28
| | | | Fixes: #81.
* Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersGravatar Nikolaus Rath2016-10-15
| | | | | | This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
* Renamed ioctl and poll examplesGravatar Nikolaus Rath2016-10-09
The new names should make it more obvious at first glance what each example demonstrates.