Clean-up: relayd index: change spaces to tabs
[lttng-tools.git] / src / bin / lttng-relayd / utils.h
CommitLineData
7591bab1
MD
1#ifndef RELAYD_UTILS_H
2#define RELAYD_UTILS_H
3
0f907de1 4/*
ab5be9fa
MJ
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>
0f907de1 8 *
ab5be9fa 9 * SPDX-License-Identifier: GPL-2.0-only
0f907de1 10 *
0f907de1
JD
11 */
12
753871f3 13char *create_output_path(const char *path_name);
0f907de1
JD
14
15#endif /* RELAYD_UTILS_H */
This page took 0.045428 seconds and 4 git commands to generate.