Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg: Remove a prototype for a non-existent function
Mark Johnston committed 3 years ago
commit fe323a1574010596376f53e400a811eba657e139
parent 8afa433
1 file changed +0 -2
modified libpkg/private/pkg.h
@@ -670,8 +670,6 @@ void pkg_option_free(struct pkg_option *);
void pkg_conflict_free(struct pkg_conflict *);
void pkg_config_file_free(struct pkg_config_file *);

-
int pkg_jobs_resolv(struct pkg_jobs *jobs);
-

struct packing;

int packing_init(struct packing **pack, const char *path, pkg_formats format, int clevel, time_t timestamp, bool overwrite, bool archive_symlink);