aboutsummaryrefslogtreecommitdiffstats
path: root/example/ioctl.c
AgeCommit message (Collapse)AuthorLines
2017-09-25Removed unneccessary #include <config.h> from examplesNikolaus Rath-2/+0
Fixes: #208.
2017-07-08Added public fuse_lib_help(), bumped minor versionNikolaus Rath-1/+1
2016-10-28Clean-up doxygen documentationNikolaus Rath-3/+3
Fixes: #81.
2016-10-15Pass fuse_file_info to getattr, chown, chmod, truncate, utimens handlersNikolaus Rath-2/+6
This obsoletes the ftruncate & fgetattr handlers. Fixes #58.
2016-10-09Renamed ioctl and poll examplesNikolaus Rath-0/+228
The new names should make it more obvious at first glance what each example demonstrates.