diff options
author | midipix <writeonce@midipix.org> | 2025-06-03 16:05:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-04 08:35:31 +0000 |
commit | 75666b051f5d1df3fecdb9633f17add12f26a5f5 (patch) | |
tree | d19f47ab1bfe74a4f16a867fa2987eb5a19c31c7 /src/internal | |
parent | 3eb7d073e5a4d5a6bbbe275b8c59f0a5bc7a0f79 (diff) | |
download | perk-75666b051f5d1df3fecdb9633f17add12f26a5f5.tar.bz2 perk-75666b051f5d1df3fecdb9633f17add12f26a5f5.tar.xz |
ar: pe_ar_list_members(): utility and driver integration.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 569d2d2..017638f 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -32,6 +32,7 @@ enum app_tags { TAG_DSOLIBS, TAG_DSOSYMS, TAG_HDRDUMP, + TAG_AR_LIST_MEMBERS, }; struct pe_driver_ctx_impl { |