Add function to retrieve a given directory or file from a pkg
modified libpkg/pkg.c
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1743,6 +1743,34 @@ pkg_is_config_file(struct pkg *p, const char *path,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -776,6 +776,9 @@ bool pkg_dep_is_locked(struct pkg_dep const * const);
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|