Avoid global declarion of internal functions that are new in 3.17
authorBernd Schubert <bernd@bsbernd.com>
Sat, 4 Jan 2025 19:29:18 +0000 (20:29 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commit0dd19282594430fe2e2b3aa7f2def466675dcadf
treeec1b8405451a8d6189656d4b8dd5925b302441ba
parent818e29b467e73a68dc01d11fef747cbcd7b59378
Avoid global declarion of internal functions that are new in 3.17

_fuse_new() is not supposed to be called by external users
outside of internal functions or static inlined functions.

This also removes several functions from lib/fuse_versionscript
which where added and exported by
commit 58f85bfa9b7d ("Add in the libfuse version a program...)
as these are libfuse internal only.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
include/fuse.h
include/fuse_lowlevel.h
lib/fuse.c
lib/fuse_lowlevel.c
lib/fuse_versionscript
lib/helper.c