aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
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