]> wimlib.net Git - wimlib/blobdiff - include/wimlib/swm.h
Generalized support for referencing resources in external WIMs
[wimlib] / include / wimlib / swm.h
diff --git a/include/wimlib/swm.h b/include/wimlib/swm.h
deleted file mode 100644 (file)
index 08a51fc..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _WIMLIB_SWM_H
-#define _WIMLIB_SWM_H
-
-#include "wimlib/types.h"
-
-extern int
-verify_swm_set(WIMStruct *wim,
-              WIMStruct **additional_swms, unsigned num_additional_swms);
-
-extern void
-merge_lookup_tables(WIMStruct *wim,
-                   WIMStruct **additional_swms, unsigned num_additional_swms);
-
-extern void
-unmerge_lookup_table(WIMStruct *wim);
-
-#endif