diff options
author | midipix <writeonce@midipix.org> | 2025-06-19 05:49:27 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2025-06-19 05:49:27 +0000 |
commit | 339b39c87643eaf20adf0a1c3755906d52408754 (patch) | |
tree | b4da15805b224243f5df7e0446fefb4ac926170b /include | |
parent | d0914542311cc7f8d14bb2113d802ae24a344eab (diff) | |
download | perk-339b39c87643eaf20adf0a1c3755906d52408754.tar.bz2 perk-339b39c87643eaf20adf0a1c3755906d52408754.tar.xz |
driver: added --cmd=strip support, pe_cmd_strip() stub, and perk-strip symlink.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk.h b/include/perk/perk.h index 6952b1b..5d02d98 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -303,6 +303,7 @@ perk_api int pe_lib_set_driver_fdctx (struct pe_driver_ctx *, const s perk_api int pe_cmd_perk (const struct pe_driver_ctx *, const char *); perk_api int pe_cmd_nm (const struct pe_driver_ctx *, const char *); 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_ar (const struct pe_driver_ctx *, uint64_t, const char *, const char *, const char **); |