aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-16 13:31:14 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-16 13:31:14 +0000
commit680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f (patch)
treee3c27e1c3144210621cd30a7f7c3d762ce6b5249 /include
parentfff56ab1242e3ad7cddf15e7e981da55d06c4da5 (diff)
downloadlibfuse-680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f.tar.gz
threading fixes
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;