]> wimlib.net Git - wimlib/blobdiff - include/wimlib/swm.h
Refactor headers
[wimlib] / include / wimlib / swm.h
diff --git a/include/wimlib/swm.h b/include/wimlib/swm.h
new file mode 100644 (file)
index 0000000..7328165
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef _WIMLIB_SWM_H
+#define _WIMLIB_SWM_H
+
+#include "wimlib/types.h"
+
+extern int
+verify_swm_set(WIMStruct *w,
+              WIMStruct **additional_swms, unsigned num_additional_swms);
+
+extern void
+merge_lookup_tables(WIMStruct *w,
+                   WIMStruct **additional_swms, unsigned num_additional_swms);
+
+extern void
+unmerge_lookup_table(WIMStruct *wim);
+
+#endif