X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;fp=src%2Fwimlib_internal.h;h=08a176cf277d7855428292ef93cce17a1001fd5d;hp=a54e644cfddee8e8f5bb4759821fb09986534fcc;hb=f701cf0f5a189832629b13c97961f238cb95452e;hpb=7b36eb8076864060c623f1e39bdf26b363eaa2e5 diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index a54e644c..08a176cf 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -535,10 +535,12 @@ check_wim_integrity(WIMStruct *w, wimlib_progress_func_t progress_func); /* join.c */ -extern int -new_joined_lookup_table(WIMStruct *w, WIMStruct **additional_swms, - unsigned num_additional_swms, - struct wim_lookup_table **table_ret); +extern void +merge_lookup_tables(WIMStruct *w, + WIMStruct **additional_swms, unsigned num_additional_swms); + +extern void +unmerge_lookup_table(WIMStruct *wim); /* metadata_resource.c */