aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/fuse.h b/include/fuse.h
index e284469..0bf09e1 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -135,9 +135,9 @@ void fuse_loop_mt(struct fuse *f);
void fuse_destroy(struct fuse *f);
-/* --------------------------------------------------- *
- * Advanced API, usually you need not bother with this *
- * --------------------------------------------------- */
+/* ----------------------------------------------------------- *
+ * Advanced API for event handling, don't worry about this... *
+ * ----------------------------------------------------------- */
struct fuse_cmd;