From e2aa2e243d729e29ad67f1b30aa3392ca9a9cdb2 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 15 Jul 2005 13:31:36 +0000 Subject: cleanup --- include/fuse.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 07438b1..6c6cf09 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -497,11 +497,14 @@ int fuse_loop_mt_proc(struct fuse *f, fuse_processor_t proc, void *data); /** Return the exited flag, which indicates if fuse_exit() has been called */ -int fuse_exited(struct fuse* f); +int fuse_exited(struct fuse *f); /** Set function which can be used to get the current context */ void fuse_set_getcontext_func(struct fuse_context *(*func)(void)); +/** Returns the lowlevel FUSE object */ +struct fuse_ll *fuse_get_lowlevel(struct fuse *f); + /* ----------------------------------------------------------- * * Compatibility stuff * * ----------------------------------------------------------- */ -- cgit v1.2.3