diff options
author | midipix <writeonce@midipix.org> | 2025-06-03 16:05:56 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-03 23:30:15 +0000 |
commit | 013ff30dc561fbfbd714d063bbf6d38119554f12 (patch) | |
tree | 84184862fc216925ed0d163161fbf49370b3fbc7 /src/internal/perk_driver_impl.h | |
parent | 157740c5ad2d9a93010a434c9f46e2119cf274df (diff) | |
download | perk-013ff30dc561fbfbd714d063bbf6d38119554f12.tar.bz2 perk-013ff30dc561fbfbd714d063bbf6d38119554f12.tar.xz |
ar: pe_ar_list_members(): utility and driver integration.
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-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 { |