X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=fa40f6af80b9b6ba18fcae9b6c5a53e617f8c5ac;hb=35dd893208119869db6a90b1d1663f9aea88a3f7;hp=b90800bc32217fbc4935cb3d082d18451ebcabd8;hpb=3b293f2984ccd95cf58363ae448deda14224d310;p=wimlib diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index b90800bc..fa40f6af 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -354,6 +354,16 @@ extern int write_integrity_table(FILE *out, u64 end_header_offset, int show_progress); extern int check_wim_integrity(WIMStruct *w, int show_progress, int *status); +/* join.c */ + +extern int new_joined_lookup_table(WIMStruct *w, + WIMStruct **additional_swms, + unsigned num_additional_swms, + struct lookup_table **table_ret); + +extern int verify_swm_set(WIMStruct *w, + WIMStruct **additional_swms, + unsigned num_additional_swms); /* modify.c */ extern void destroy_image_metadata(struct image_metadata *imd, struct lookup_table *lt);