manifest: add a function to emit directly to a file descriptor
modified libpkg/private/pkg.h
@@ -719,6 +719,8 @@ int pkg_emit_filelist(struct pkg *, FILE *);
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -565,6 +565,21 @@ ucl_object_emit_file(const ucl_object_t *obj, enum ucl_emitter emit_type,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|