···96969797bool bindle_exists(const struct Bindle *ctx, const char *name);
98989999+/**
100100+ * Create a new Stream, while the stream is active (until bindle_stream_finish is called), the
101101+ * Bindle struct should not be accessed.
102102+ */
99103struct BindleStream *bindle_stream_new(struct Bindle *ctx,
100104 const char *name,
101105 enum BindleCompress compress);