X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=caa24de80260bfc8d6dac157a7493d804aca56cc;hp=097750588454a733ad3167cc085b5e9dd2470eb4;hb=bb11c4650a416d1eaf6c8f8385c3c6e4d5e0eff3;hpb=03c0995c472eb5b9084e998cf91065b131ddedfb diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index 09775058..caa24de8 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -341,6 +341,10 @@ print_lookup_table_entry(const struct wim_lookup_table_entry *entry, extern void free_lookup_table_entry(struct wim_lookup_table_entry *lte); +extern void +lte_to_wimlib_resource_entry(const struct wim_lookup_table_entry *lte, + struct wimlib_resource_entry *wentry); + extern int for_lookup_table_entry(struct wim_lookup_table *table, int (*visitor)(struct wim_lookup_table_entry *, void *),