Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / config / config-internal.h
1 /*
2 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only
5 *
6 */
7
8 #include <libxml/xmlwriter.h>
9 #include <stdio.h>
10
11 struct config_writer {
12 xmlTextWriterPtr writer;
13 };
This page took 0.032093 seconds and 4 git commands to generate.