From 680a69a8be8b7dd9bf1beae4e48e927d0fb1cd7f Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 16 Nov 2001 13:31:14 +0000 Subject: threading fixes --- include/fuse.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/fuse.h') 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; -- cgit v1.2.3