Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use typedef'ed `pkg_config_t' in for (struct pkg_config).type
Alexandre Perrin committed 13 years ago
commit 828b9f393e064991eb3d7473a7dcd37f5ddd1c09
parent ce1d1aa
1 file changed +1 -1
modified libpkg/private/pkg.h
@@ -219,7 +219,7 @@ struct pkg_shlib {

struct pkg_config {
	int id;
-
	uint8_t type;
+
	pkg_config_t type;
	const char *key;
	const void *def;
	bool fromenv;