Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Restore a function that should not have been nuked
Baptiste Daroussin committed 13 years ago
commit 54efe20b4767189449ce3886778860917abf5efa
parent 65acd4e
1 file changed +8 -0
modified libpkg/pkg_attributes.c
@@ -77,6 +77,14 @@ pkg_dep_get(struct pkg_dep const * const d, const pkg_dep_attr attr)
	}
}

+
bool
+
pkg_dep_is_locked(struct pkg_dep const * const d)
+
{
+
	assert(d != NULL);
+

+
	return d->locked;
+
}
+

/*
 * File
 */