labwc/include/common/yaml2xml.h
tokyo4j 85b6e25484 config: support rc.yaml
Based on @johanmalm's work.

This adds libyaml as an optional dependency.
2024-08-23 17:24:44 +09:00

9 lines
234 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef LABWC_YAML2XML_H
#define LABWC_YAML2XML_H
#include <common/buf.h>
#include <stdio.h>
struct buf yaml_to_xml(FILE *stream, const char *toplevel_name);
#endif /* LABWC_YAML2XML_H */