diff options
Diffstat (limited to 'src/internal/perk_driver_impl.h')
-rw-r--r-- | src/internal/perk_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 5cd0d73..453a032 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -15,6 +15,8 @@ extern const struct argv_option pe_default_options[]; extern const struct argv_option pe_perk_options[]; extern const struct argv_option pe_ar_options[]; +extern const struct argv_option pe_nm_options[]; +extern const struct argv_option pe_size_options[]; enum app_tags { TAG_HELP, @@ -32,6 +34,7 @@ enum app_tags { TAG_IMPSYMS, TAG_DSOLIBS, TAG_DSOSYMS, + TAG_RELOCS, TAG_HDRDUMP, TAG_AR_LIST_MEMBERS, TAG_AR_PRINT_MEMBERS, |