summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-19 08:04:02 +0000
committermidipix <writeonce@midipix.org>2025-06-19 08:04:02 +0000
commit9026146d6d20c072dd93ff4f76de620fda673333 (patch)
tree30b003fe4b3d27e95e0e6b559d96b47be9d7dd15 /include
parent9e61fe4e018817c889b8897324d9fd25eccc409a (diff)
downloadperk-9026146d6d20c072dd93ff4f76de620fda673333.tar.bz2
perk-9026146d6d20c072dd93ff4f76de620fda673333.tar.xz
driver: added --cmd=strings support, pe_cmd_strings() stub, and perk-strings symlink.
Diffstat (limited to 'include')
-rw-r--r--include/perk/perk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h
index 4227a3f..8bcf55b 100644
--- a/include/perk/perk.h
+++ b/include/perk/perk.h
@@ -305,6 +305,7 @@ perk_api int pe_cmd_nm (const struct pe_driver_ctx *, c
perk_api int pe_cmd_size (const struct pe_driver_ctx *, const char *);
perk_api int pe_cmd_strip (const struct pe_driver_ctx *, const char *);
perk_api int pe_cmd_ranlib (const struct pe_driver_ctx *, const char *);
+perk_api int pe_cmd_strings (const struct pe_driver_ctx *, const char *);
perk_api int pe_cmd_ar (const struct pe_driver_ctx *, uint64_t,
const char *, const char *, const char **);