summaryrefslogtreecommitdiffhomepage
path: root/src/cmds
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-18 07:50:30 +0000
committermidipix <writeonce@midipix.org>2025-06-18 07:50:30 +0000
commit390d5934ecd9e47860495f162bf1bcb4c1df5b1f (patch)
tree8ca910575887e5438c53cdc03ff95e8e87727ede /src/cmds
parent733dcf7478d466eac6bfef09efee476d43679787 (diff)
downloadperk-390d5934ecd9e47860495f162bf1bcb4c1df5b1f.tar.bz2
perk-390d5934ecd9e47860495f162bf1bcb4c1df5b1f.tar.xz
ar: remove the forward declaration of pe_ar_list_members() (no longer needed).
Diffstat (limited to 'src/cmds')
-rw-r--r--src/cmds/pe_cmd_ar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cmds/pe_cmd_ar.c b/src/cmds/pe_cmd_ar.c
index 97e94c7..59d414f 100644
--- a/src/cmds/pe_cmd_ar.c
+++ b/src/cmds/pe_cmd_ar.c
@@ -9,8 +9,6 @@
#include "perk_errinfo_impl.h"
#include "perk_ar_impl.h"
-int pe_ar_list_members(const struct pe_archive_meta *, const char **);
-
static int pe_cmd_ar_perform_unit_actions(
const struct pe_driver_ctx * dctx,
const char * arname,