Fix fuse_main_real symbols
authorBernd Schubert <bernd@bsbernd.com>
Sat, 4 Jan 2025 15:08:30 +0000 (16:08 +0100)
committerBernd Schubert <bernd@bsbernd.com>
Mon, 10 Feb 2025 15:56:45 +0000 (16:56 +0100)
commit818e29b467e73a68dc01d11fef747cbcd7b59378
tree300aeb3d7962cd8252d0c3725f5e80ab02574d5c
parente18535657101f79ab742d81c567bb03f108acae0
Fix fuse_main_real symbols

Commit 58f85bfa9b7d ("Add in the libfuse version a program...")
forgot to add a fuse_main_real function for libfuse compilations
that are not symboled. That is now added in compat.c.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
lib/compat.c