X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-dl%2Flibfoo.h;h=f33442850de640733ab125604520cb9f41742f33;hp=d6c59aa9808a13474cf9dece6c2e69896cd2a3b3;hb=9d16b343fb9e781fc8d8fa3c448a3f382306dd33;hpb=c70c42cca32058806a5c7d96d7cf2fae4d4fb75f diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h index d6c59aa98..f33442850 100644 --- a/tests/regression/ust/ust-dl/libfoo.h +++ b/tests/regression/ust/ust-dl/libfoo.h @@ -1,6 +1,13 @@ +/* + * Copyright (C) 2016 Antoine Busque + * + * SPDX-License-Identifier: GPL-2.0-only + * + */ + #ifndef _LIBFOO_H #define _LIBFOO_H -int foo(); +int foo(void); #endif /* _LIBFOO_H */