From 5ceedab2137ed65c542ca00e528fe07d121799ad Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 12 Apr 2023 18:20:05 +0000 Subject: Improve loading/unloading of libs, and fixed a regression when dlopen a lib after some dlclose --- src/include/box64context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/box64context.h b/src/include/box64context.h index 2424c130..2c0063e2 100755 --- a/src/include/box64context.h +++ b/src/include/box64context.h @@ -57,6 +57,7 @@ typedef struct needed_libs_s { void free_neededlib(needed_libs_t* needed); needed_libs_t* new_neededlib(int n); +needed_libs_t* copy_neededlib(needed_libs_t* needed); void add1_neededlib(needed_libs_t* needed); typedef struct base_segment_s { -- cgit 1.4.1