]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Simplify merging/unmerging of lookup tables when handling split WIMs
[wimlib] / src / wimlib_internal.h
index a54e644cfddee8e8f5bb4759821fb09986534fcc..08a176cf277d7855428292ef93cce17a1001fd5d 100644 (file)
@@ -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 */