Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
libpkg: Remove a prototype for a non-existent function
Mark Johnston committed 3 years ago
commit fe323a1574010596376f53e400a811eba657e139
parent 8afa43384dbefa500a6a1b8ea9f7fd2e165abcfa
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);