ee632ef3badd50d230bf0913a6ed0aa1a490dffd
[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: GPL-2.0-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.028431 seconds and 3 git commands to generate.