X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.h;h=43ae5b9b88f4432a1d1ddfe7c9ee6e70adfc11fb;hb=HEAD;hp=d6c59aa9808a13474cf9dece6c2e69896cd2a3b3;hpb=c70c42cca32058806a5c7d96d7cf2fae4d4fb75f;p=lttng-tools.git diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index d6c59aa98..30e94a086 100644 --- a/tests/regression/ust/ust-dl/libfoo.h +++ b/tests/regression/ust/ust-dl/libfoo.h @@ -1,6 +1,15 @@ +/* + * Copyright (C) 2016 Antoine Busque + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + #ifndef _LIBFOO_H #define _LIBFOO_H -int foo(); +#include + +LTTNG_EXPORT int foo(void); -#endif /* _LIBFOO_H */ +#endif /* _LIBFOO_H */