Add a function to determine if a file belongs to any installed package
modified libpkg/pkgdb_query.c
@@ -165,6 +165,35 @@ pkgdb_query(struct pkgdb *db, const char *pattern, match_t match)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkgdb.h
@@ -181,5 +181,6 @@ int pkgdb_sqlcmd_init(sqlite3 *db, const char **err, const void *noused);
|
|
|
|
|
|
| + | |
|
|
|