/* SPDX-License-Identifier: GPL-2.0 */ /** \file stdout.h Writing to stdout via buffer trees. */ struct stdout_task *stdout_new(struct btr_node *parent); void stdout_register(struct stdout_task *sot, struct sched *s); struct btr_node *stdout_btrn(const struct stdout_task *sot); void stdout_free(struct stdout_task *sot);