From 562b43d4ae67035b58489bbda6362c858b801f53 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 26 Jan 2024 20:50:53 +0000 Subject: struct slbt_archive_meta_impl: also store the number of [raw] archive entries. --- src/internal/slibtool_ar_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index ac4ffff..22fe0e3 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -18,6 +18,7 @@ struct ar_armaps_impl { }; struct slbt_archive_meta_impl { + size_t nentries; void * hdrinfov; char * namestrs; const char * symstrs; -- cgit v1.2.3