about summary refs log tree commit diff stats
path: root/src/include/box64context.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-25 14:03:28 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-25 14:03:28 +0200
commit549c42ac1913c06547abcc99c8ebb6dc745fe4e4 (patch)
treebb469a406f9e457ad231acf5a747f715e8985726 /src/include/box64context.h
parent6bfeb156551ce98d4feafb6fe764bbe4fd1cab03 (diff)
downloadbox64-549c42ac1913c06547abcc99c8ebb6dc745fe4e4.tar.gz
box64-549c42ac1913c06547abcc99c8ebb6dc745fe4e4.zip
Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742)
Diffstat (limited to 'src/include/box64context.h')
-rwxr-xr-xsrc/include/box64context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/box64context.h b/src/include/box64context.h
index 2c0063e2..3fe285dc 100755
--- a/src/include/box64context.h
+++ b/src/include/box64context.h
@@ -59,6 +59,7 @@ 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);
+void add1lib_neededlib(needed_libs_t* needed, library_t* lib, const char* name);
 
 typedef struct base_segment_s {
     uintptr_t       base;