]> wimlib.net Git - wimlib/blobdiff - src/lookup_table.h
Win32 capture
[wimlib] / src / lookup_table.h
index 8de9f075683aa0934bb3271e1d7170f9c4f9035b..ca418219a898aaf1cf7b83e07cb2b580d66f6e7a 100644 (file)
@@ -77,6 +77,10 @@ enum resource_location {
         * point or not. @ntfs_loc points to a structure containing this
         * information. */
        RESOURCE_IN_NTFS_VOLUME,
+
+       /* Resource must be accessed using Win32 API (may be a named data
+        * stream) */
+       RESOURCE_WIN32,
 };
 
 /*
@@ -271,7 +275,8 @@ extern struct wim_lookup_table_entry *
 clone_lookup_table_entry(const struct wim_lookup_table_entry *lte);
 
 extern void
-print_lookup_table_entry(const struct wim_lookup_table_entry *entry);
+print_lookup_table_entry(const struct wim_lookup_table_entry *entry,
+                        FILE *out);
 
 extern void
 free_lookup_table_entry(struct wim_lookup_table_entry *lte);