diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-03-27 15:07:47 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-03-27 15:07:47 -0400 |
commit | a72d5b8e451127606b0a47fb771486cab0e2c275 (patch) | |
tree | 64d5827c4e0dcb0cd0c7ce25e6a33d12985cd053 /src/cli/stasis_indexer/include/helpers.h | |
parent | f8ed92d6257196869315e29d454e86e13453452e (diff) | |
download | stasis-a72d5b8e451127606b0a47fb771486cab0e2c275.tar.gz |
Add write_manifest() helper
* Store file listing in "TREE"
Diffstat (limited to 'src/cli/stasis_indexer/include/helpers.h')
-rw-r--r-- | src/cli/stasis_indexer/include/helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli/stasis_indexer/include/helpers.h b/src/cli/stasis_indexer/include/helpers.h index 46705d2..9cefc05 100644 --- a/src/cli/stasis_indexer/include/helpers.h +++ b/src/cli/stasis_indexer/include/helpers.h @@ -23,5 +23,6 @@ int get_files(struct StrList **out, const char *path, const char *pattern, ...); struct StrList *get_docker_images(struct Delivery *ctx, char *pattern); int load_metadata(struct Delivery *ctx, const char *filename); int micromamba_configure(const struct Delivery *ctx, struct MicromambaInfo *m); +int write_manifest(const char *path, char **exclude_path, FILE *fp); #endif //HELPERS_H |