Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
libpkg: remove non-existent argument
Eitan Adler committed 6 years ago
commit 585a0dce3e646e010c3bfcf6ece7188a2bfe225a
parent 84ce14e
1 file changed +0 -1
modified libpkg/pkg.h.in
@@ -817,7 +817,6 @@ int pkg_is_installed(struct pkgdb *db, const char *name);
 * @param force If true, rebuild the repository catalogue from scratch
 * @param filesite If true, create a list of all files in repo
 * @param metafile Open meta from the specified file
-
 * @param legacy Create legacy (1.2 compatible) repo
 */
typedef int(pkg_password_cb)(char *, int, int, void*);
int pkg_create_repo(char *path, const char *output_dir, bool filelist,