From 4682deeb62247d34de87f8e777f99e2d337fd377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 20 Oct 2024 15:21:43 +0200 Subject: New upstream version 1.3 --- tests/exitfail.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/exitfail.h') diff --git a/tests/exitfail.h b/tests/exitfail.h index 20ac506b..fa264b5c 100644 --- a/tests/exitfail.h +++ b/tests/exitfail.h @@ -15,4 +15,14 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +#ifdef __cplusplus +extern "C" { +#endif + + extern int volatile exit_failure; + + +#ifdef __cplusplus +} +#endif -- cgit v1.2.3