From 1d63685572b2692b2152dcd266420f86e5915cd3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 8 Feb 2013 08:03:01 +0100 Subject: libfuse: remove deprecated fuse_loop_mt_proc() --- include/fuse.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/fuse.h b/include/fuse.h index af6bfc4..07282ab 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -960,10 +960,6 @@ struct fuse_cmd *fuse_read_cmd(struct fuse *f); /** Process a single command */ void fuse_process_cmd(struct fuse *f, struct fuse_cmd *cmd); -/** Multi threaded event loop, which calls the custom command - processor function */ -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); -- cgit v1.2.3