gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: UTIL: Fix regression regarding C++ compa


From: gnunet
Subject: [gnunet] branch master updated: UTIL: Fix regression regarding C++ compatibility
Date: Fri, 09 Dec 2022 02:41:02 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 1b3f6f366 UTIL: Fix regression regarding C++ compatibility
1b3f6f366 is described below

commit 1b3f6f366fc62e5519bb73fefe8c21c2eed20edf
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Fri Dec 9 10:40:56 2022 +0900

    UTIL: Fix regression regarding C++ compatibility
---
 src/include/gnunet_container_lib.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/include/gnunet_container_lib.h 
b/src/include/gnunet_container_lib.h
index 1d39f813b..02bd32330 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -59,6 +59,14 @@
 #ifndef GNUNET_CONTAINER_LIB_H
 #define GNUNET_CONTAINER_LIB_H
 
+#ifdef __cplusplus
+extern "C" {
+#if 0 /* keep Emacsens' auto-indent happy */
+}
+#endif
+#endif
+
+
 /* add error and config prototypes */
 
 #include "gnunet_crypto_lib.h"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]