Rename C++ header files to .hpp
[lttng-tools.git] / src / common / config / config-internal.hpp
diff --git a/src/common/config/config-internal.hpp b/src/common/config/config-internal.hpp
new file mode 100644 (file)
index 0000000..30f7226
--- /dev/null
@@ -0,0 +1,13 @@
+/*
+ * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ *
+ * SPDX-License-Identifier: LGPL-2.1-only
+ *
+ */
+
+#include <libxml/xmlwriter.h>
+#include <stdio.h>
+
+struct config_writer {
+       xmlTextWriterPtr writer;
+};
This page took 0.023913 seconds and 4 git commands to generate.