packing: add a function to determine if an extension is supported
modified libpkg/packing.c
@@ -448,6 +448,20 @@ packing_format_from_string(const char *str)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/pkg.h
@@ -790,6 +790,7 @@ void packing_get_filename(struct packing *pack, const char *filename);
|
|
|
|
|
|
| + | |
|
|
|
|
|