Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add declaration for the stubs
Baptiste Daroussin committed 13 years ago
commit 145f2275b8bd6456406667abfcc29a6d993fd78b
parent 85acf72
1 file changed +4 -0
modified libpkg/pkg.h.in
@@ -943,12 +943,16 @@ typedef enum pkg_formats { TAR, TGZ, TBZ, TXZ } pkg_formats;
 */
int pkg_create_installed(const char *, pkg_formats, const char *,
			 struct pkg *);
+
int pkg_create_oldinstalled(const char *, pkg_formats, const char *,
+
			 char *);

/**
 * Create package from stage install with a metadata directory
 */
int pkg_create_staged(const char *, pkg_formats, const char *, const char *,
		      char *);
+
int pkg_create_oldstaged(const char *, pkg_formats, const char *, const char *,
+
		      char *);

/**
 * Download the latest repo db file and checks its signature if any