X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=a2feebf7e8b7959ee87adc11c0d25bd5945725a0;hb=731a41d6d86be9c27e9f1f99bb35ee3772cb0f61;hp=82138e35a2f7083fb9e40846fe548b23d9213834;hpb=5d3d469e410dc5f4a28814ad231336fc174cba56;p=wimlib diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index 82138e35..a2feebf7 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -261,9 +261,6 @@ extern struct wim_lookup_table_entry * clone_lookup_table_entry(const struct wim_lookup_table_entry *lte) _malloc_attribute; -extern void -print_lookup_table_entry(const struct wim_lookup_table_entry *lte, FILE *out); - extern void lte_decrement_refcnt(struct wim_lookup_table_entry *lte, struct wim_lookup_table *table); @@ -369,6 +366,8 @@ lte_unbind_wim_resource_spec(struct wim_lookup_table_entry *lte) lte->resource_location = RESOURCE_NONEXISTENT; } +extern void +lte_put_resource(struct wim_lookup_table_entry *lte); extern struct wim_lookup_table_entry * new_stream_from_data_buffer(const void *buffer, size_t size,