summaryrefslogtreecommitdiff
path: root/src/apk_package.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-12-29 19:33:44 +0200
committerTimo Teräs <timo.teras@iki.fi>2019-12-29 19:40:24 +0200
commit90fc52e2b8e3396ad600439b20840ee717e44419 (patch)
tree8f10ee0b1f2fb333c042ef51d3f842cb68856a56 /src/apk_package.h
parent7af5384db77b6fd37309f64f0049f6726f92fccc (diff)
downloadapk-tools-90fc52e2b8e3396ad600439b20840ee717e44419.tar.gz
apk-tools-90fc52e2b8e3396ad600439b20840ee717e44419.tar.bz2
apk-tools-90fc52e2b8e3396ad600439b20840ee717e44419.tar.xz
apk-tools-90fc52e2b8e3396ad600439b20840ee717e44419.zip
del: report non-matching names and install-if rule non-deletion
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 6c4ff29..fc43a61 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -193,6 +193,7 @@ int apk_pkg_write_index_entry(struct apk_package *pkg, struct apk_ostream *os);
int apk_pkg_version_compare(struct apk_package *a, struct apk_package *b);
unsigned int apk_foreach_genid(void);
+int apk_pkg_match_genid(struct apk_package *pkg, unsigned int match);
void apk_pkg_foreach_matching_dependency(
struct apk_package *pkg, struct apk_dependency_array *deps,
unsigned int match, struct apk_package *mpkg,