diff options
Diffstat (limited to 'src/include')
| -rwxr-xr-x | src/include/box64context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |