mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Merge 52a1c1c880 into 72f59c32a2
This commit is contained in:
commit
f0d50891e5
16 changed files with 713 additions and 65 deletions
9
include/common/yaml2xml.h
Normal file
9
include/common/yaml2xml.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue