aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2023-11-23 10:46:20 +0100
committert3sserakt <t3ss@posteo.de>2023-11-23 10:46:20 +0100
commite7477c3ec1b3d58bde936d58bc0d2d87bdbb19f2 (patch)
tree7d588a94155c54272815bbcd708852f4a8aa5485 /src/include/gnunet_common.h
parent015cef0462d5cfabd28792fc083a813aa53a3ed9 (diff)
parent134c62afff16745f2144ccd06990ff92897ef175 (diff)
downloadgnunet-e7477c3ec1b3d58bde936d58bc0d2d87bdbb19f2.tar.gz
gnunet-e7477c3ec1b3d58bde936d58bc0d2d87bdbb19f2.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 9b2b50f01..85b67377b 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -146,12 +146,6 @@ enum GNUNET_GenericReturnValue
146#endif 146#endif
147 147
148/** 148/**
149 * wrap va_arg for enums
150 */
151#define GNUNET_VA_ARG_ENUM(va, X) ((enum X) va_arg (va, int))
152
153
154/**
155 * @ingroup logging 149 * @ingroup logging
156 * define #GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source 150 * define #GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source
157 * tree where gnunet_config.h is unavailable 151 * tree where gnunet_config.h is unavailable