Move to kernel style SPDX license identifiers
[lttng-tools.git] / src / bin / lttng-relayd / utils.h
1 #ifndef RELAYD_UTILS_H
2 #define RELAYD_UTILS_H
3
4 /*
5 * Copyright (C) 2012 Julien Desfossez <jdesfossez@efficios.com>
6 * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
7 * Copyright (C) 2015 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 *
9 * SPDX-License-Identifier: GPL-2.0-only
10 *
11 */
12
13 char *create_output_path(const char *path_name);
14
15 #endif /* RELAYD_UTILS_H */
This page took 0.030126 seconds and 5 git commands to generate.