From bd10a7b16f10c1a5f61a4531c8631048e00fa230 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 15 Jul 2005 09:59:59 +0000 Subject: added lowlevel API --- include/fuse.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/fuse.h') diff --git a/include/fuse.h b/include/fuse.h index 24e8871..07438b1 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -449,7 +449,7 @@ struct fuse_context *fuse_get_context(void); /** * Obsolete, doesn't do anything * - * @return 0 + * @return -EINVAL */ int fuse_invalidate(struct fuse *f, const char *path); @@ -474,9 +474,6 @@ int fuse_main_real(int argc, char *argv[], const struct fuse_operations *op, * Advanced API for event handling, don't worry about this... * * ----------------------------------------------------------- */ -/** Structure containing a raw command */ -struct fuse_cmd; - /** Function type used to process commands */ typedef void (*fuse_processor_t)(struct fuse *, struct fuse_cmd *, void *); -- cgit v1.2.3