diff options
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 **); |