Rename to fuse_session_new_versioned
authorBernd Schubert <bernd@bsbernd.com>
Sat, 8 Feb 2025 13:35:46 +0000 (14:35 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commitc49c518f271068f4b562c6c617b6df0550a49dff
tree40a86b6de06428c7d280bb04e0cfde9e6f8499f0
parent19cb78a7e9854f6a68f0ed0a97e86df8208c4e3e
Rename to fuse_session_new_versioned

Similar previous renames to fuse_main_real_versioned,
but here for the low level fuse_session_new.
Also remove symbol versioned as part of "fuse_session_new"
as that function is not part of the official API/ABI
and to allow easier access with dlopen/dlsym.
Also switch back to a macro fuse_session_new, just in
case some code has some expectations on that.

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