From e1a7721fe04ace25388a3438a0d943bb183245bc Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 9 Aug 2018 05:56:15 -0400 Subject: front-end utility: pe_main(): remove the redundant argc parameter. --- include/perk/perk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/perk/perk.h') diff --git a/include/perk/perk.h b/include/perk/perk.h index 2860c53..bc6ea8f 100644 --- a/include/perk/perk.h +++ b/include/perk/perk.h @@ -189,7 +189,7 @@ perk_api int pe_get_driver_fdctx (const struct pe_driver_ctx *, struct pe perk_api int pe_set_driver_fdctx (struct pe_driver_ctx *, const struct pe_fd_ctx *); /* utility api */ -perk_api int pe_main (int, char **, char **, const struct pe_fd_ctx *); +perk_api int pe_main (char **, char **, const struct pe_fd_ctx *); perk_api int pe_output_image_category (const struct pe_driver_ctx *, const struct pe_image_meta *); perk_api int pe_output_image_sections (const struct pe_driver_ctx *, const struct pe_image_meta *); -- cgit v1.2.3