log: move fuse_log() to the public header file
authorStefan Hajnoczi <stefanha@redhat.com>
Tue, 10 Sep 2019 10:36:56 +0000 (12:36 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Tue, 10 Sep 2019 13:25:15 +0000 (14:25 +0100)
commitd368dad2c8d34bc37d76ef36f79a463c12f933ff
tree40e5f938ccbf74be12e766047ae07862182e654f
parent7c1e09dbc2e4215969425e50ec03889d19a926d4
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 <stefanha@redhat.com>
include/fuse_log.h
lib/fuse_i.h
lib/fuse_log.c
lib/fuse_versionscript