X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=6a14daaa549c9f0c967c656ae7f6d9ad4318855e;hp=48ee9fc51196701f123697366476644c11a7ebfe;hb=2fa590c75e9433779557999870f0c8136157c2b7;hpb=2f7c6c0c9dbaddac7ca134d20ebe105a3ee1b8c2 diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index 48ee9fc5..6a14daaa 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -504,6 +504,9 @@ inode_stream_name_nbytes(const struct wim_inode *inode, unsigned stream_idx) return inode->i_ads_entries[stream_idx - 1].stream_name_nbytes; } +extern struct wim_lookup_table_entry * +inode_unnamed_stream_resolved(const struct wim_inode *inode, u16 *stream_idx_ret); + extern struct wim_lookup_table_entry * inode_unnamed_lte_resolved(const struct wim_inode *inode);