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 --- lib/mbiterf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/mbiterf.h') diff --git a/lib/mbiterf.h b/lib/mbiterf.h index 28d2f8ce..c57815c5 100644 --- a/lib/mbiterf.h +++ b/lib/mbiterf.h @@ -92,6 +92,11 @@ _GL_INLINE_HEADER_BEGIN # define MBITERF_INLINE _GL_INLINE _GL_ATTRIBUTE_ALWAYS_INLINE #endif +#ifdef __cplusplus +extern "C" { +#endif + + struct mbif_state { #if !GNULIB_MBRTOC32_REGULAR @@ -199,6 +204,11 @@ typedef struct mbif_state mbif_state_t; #define mbif_next(st, iter, endptr) \ mbiterf_next (&(st), (iter), (endptr)) + +#ifdef __cplusplus +} +#endif + _GL_INLINE_HEADER_END #endif /* _MBITERF_H */ -- cgit v1.2.3