Add a pkg_has_message function to determine if a package has a message to display
modified libpkg/pkg.c
@@ -1301,6 +1301,19 @@ pkg_is_installed(struct pkgdb *db, const char *origin)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1497,4 +1497,6 @@ struct sbuf *pkg_sbuf_printf(struct sbuf * restrict sbuf,
|
|
|
|
|
|
| + | |
| + | |
|