Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / common / config / config-internal.h
CommitLineData
36f2332b 1/*
ab5be9fa 2 * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
36f2332b 3 *
ab5be9fa 4 * SPDX-License-Identifier: GPL-2.0-only
36f2332b 5 *
36f2332b
JG
6 */
7
8#include <libxml/xmlwriter.h>
9#include <stdio.h>
10
11struct config_writer {
12 xmlTextWriterPtr writer;
13};
This page took 0.053433 seconds and 5 git commands to generate.