Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / libhello.h
CommitLineData
c01dcd34 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
c01dcd34 3 *
0235b0db 4 * Copyright (C) 2016 Antoine Busque <antoine.busque@efficios.com>
c01dcd34 5 *
0235b0db 6 * Debug Info - Tests
c01dcd34
AB
7 */
8
9#ifndef _LIBHELLO_H
10#define _LIBHELLO_H
11
12void foo();
13void bar();
14void baz();
15
16#endif /* _LIBHELLO_H */
This page took 0.060271 seconds and 4 git commands to generate.