aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 10:40:56 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-09 10:40:56 +0900
commit1b3f6f366fc62e5519bb73fefe8c21c2eed20edf (patch)
tree8d4c47c86d80b8176e183021f6e680c22eb90b3a /src
parent7768a7a75ee959b53cf7a7acdfa0a8c7b17de99e (diff)
downloadgnunet-1b3f6f366fc62e5519bb73fefe8c21c2eed20edf.tar.gz
gnunet-1b3f6f366fc62e5519bb73fefe8c21c2eed20edf.zip
UTIL: Fix regression regarding C++ compatibility
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_container_lib.h8
1 files changed, 8 insertions, 0 deletions
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 @@
59#ifndef GNUNET_CONTAINER_LIB_H 59#ifndef GNUNET_CONTAINER_LIB_H
60#define GNUNET_CONTAINER_LIB_H 60#define GNUNET_CONTAINER_LIB_H
61 61
62#ifdef __cplusplus
63extern "C" {
64#if 0 /* keep Emacsens' auto-indent happy */
65}
66#endif
67#endif
68
69
62/* add error and config prototypes */ 70/* add error and config prototypes */
63 71
64#include "gnunet_crypto_lib.h" 72#include "gnunet_crypto_lib.h"