]> wimlib.net Git - wimlib/blob - include/wimlib/swm.h
Refactor headers
[wimlib] / include / wimlib / swm.h
1 #ifndef _WIMLIB_SWM_H
2 #define _WIMLIB_SWM_H
3
4 #include "wimlib/types.h"
5
6 extern int
7 verify_swm_set(WIMStruct *w,
8                WIMStruct **additional_swms, unsigned num_additional_swms);
9
10 extern void
11 merge_lookup_tables(WIMStruct *w,
12                     WIMStruct **additional_swms, unsigned num_additional_swms);
13
14 extern void
15 unmerge_lookup_table(WIMStruct *wim);
16
17 #endif