aboutsummaryrefslogtreecommitdiff
path: root/example/fioc.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fioc.c')
-rwxr-xr-x[-rw-r--r--]example/fioc.c19
1 files changed, 17 insertions, 2 deletions
diff --git a/example/fioc.c b/example/fioc.c
index bee40b9..2117ac8 100644..100755
--- a/example/fioc.c
+++ b/example/fioc.c
@@ -6,10 +6,25 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
- gcc -Wall fioc.c `pkg-config fuse --cflags --libs` -o fioc
*/
-#define FUSE_USE_VERSION 26
+/** @file
+ * @tableofcontents
+ *
+ * fioc.c - FUSE fioc: FUSE ioctl example
+ *
+ * \section section_compile compiling this example
+ *
+ * gcc -Wall fioc.c `pkg-config fuse3 --cflags --libs` -o fioc
+ *
+ * \section section_source the complete source
+ * \include fioc.c
+ */
+
+
+#define FUSE_USE_VERSION 30
+
+#include <config.h>
#include <fuse.h>
#include <stdlib.h>