From d368dad2c8d34bc37d76ef36f79a463c12f933ff Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Tue, 10 Sep 2019 12:36:56 +0200 Subject: log: move fuse_log() to the public header file Applications may wish to call fuse_log() for unified logging. This way they don't need to define their own wrappers to invoke the log message handler function installed by fuse_set_log_func(). Signed-off-by: Stefan Hajnoczi --- lib/fuse_log.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/fuse_log.c') diff --git a/lib/fuse_log.c b/lib/fuse_log.c index 09178e4..0d268ab 100644 --- a/lib/fuse_log.c +++ b/lib/fuse_log.c @@ -9,7 +9,6 @@ */ #include "fuse_log.h" -#include "fuse_i.h" #include #include -- cgit v1.2.3