ar: remove duplicate function declaration in header

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-08-13 15:36:13 -04:00
parent 57aaefdcec
commit 866c807472

View file

@ -114,7 +114,6 @@ struct bsdar {
TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
};
void bsdar_errc(struct bsdar *, int _code, const char *fmt, ...) __dead2;
void ar_mode_script(struct bsdar *ar);
int ar_read_archive(struct bsdar *ar, int mode);
int ar_write_archive(struct bsdar *ar, int mode);