Add types for conflicts.
modified libpkg/pkg_conflicts.c
@@ -145,7 +145,7 @@ pkg_conflicts_request_resolve(struct pkg_jobs *j)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -156,6 +156,7 @@ pkg_conflicts_register(struct pkg *p1, struct pkg *p2)
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -148,8 +148,16 @@ struct pkg_dep {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| + | |
|
|
|
|
|
@@ -402,7 +410,8 @@ int pkgdb_is_dir_used(struct pkgdb *db, const char *dir, int64_t *res);
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|