1f1a0bbfd3ef0ffb17ff98791529223c4f298f70
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
1 /*
2 * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 *
6 */
7
8 #ifndef _LIBBAR_H
9 #define _LIBBAR_H
10
11 #include <lttng/lttng-export.h>
12
13 LTTNG_EXPORT int bar(void);
14
15 #endif /* _LIBBAR_H */
This page took 0.028964 seconds and 4 git commands to generate.