aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/include/helpers.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2025-03-31 15:53:52 -0400
committerGitHub <noreply@github.com>2025-03-31 15:53:52 -0400
commit34cee3ad5258b86dfe60df155636bf929b9d0e13 (patch)
tree5c11f2fbdc713ed49b65ce839e0550023ff5f0b2 /src/cli/stasis_indexer/include/helpers.h
parent5da81c51855b99bc8118d15dce7b8063af8a9afe (diff)
parente817b38090defab01e64bc3516ea474215bfcb09 (diff)
downloadstasis-34cee3ad5258b86dfe60df155636bf929b9d0e13.tar.gz
Merge pull request #102 from jhunkeler/order-of-battle
Bugs and fixes
Diffstat (limited to 'src/cli/stasis_indexer/include/helpers.h')
-rw-r--r--src/cli/stasis_indexer/include/helpers.h1
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