From 8a77f66005f77d9f8173c1e646ff521517d9c452 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 4 Feb 2024 19:33:09 +0000 Subject: struct slbt_archive_meta: store reference to the (optional) long names member. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/slibtool/slibtool.h') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 8e80811..180d009 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -316,6 +316,7 @@ struct slbt_archive_meta { struct ar_meta_signature * m_signature; struct ar_meta_member_info ** a_memberv; + struct ar_meta_member_info * a_arref_longnames; struct ar_meta_armap_info a_armap_primary; struct ar_meta_armap_info a_armap_pecoff; }; -- cgit v1.2.3