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.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 450a45a7e..e593826b7 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -60,13 +60,13 @@ extern "C"
60/** 60/**
61 * Version of the API (for entire gnunetutil.so library). 61 * Version of the API (for entire gnunetutil.so library).
62 */ 62 */
63#define GNUNET_UTIL_VERSION 0x00090501 63#define GNUNET_UTIL_VERSION 0x000A0000
64 64
65/** 65/**
66 * Named constants for return values. The following 66 * Named constants for return values. The following invariants hold:
67 * invariants hold: "GNUNET_NO == 0" (to allow "if (GNUNET_NO)") 67 * `GNUNET_NO == 0` (to allow `if (GNUNET_NO)`) `GNUNET_OK !=
68 * "GNUNET_OK != GNUNET_SYSERR", "GNUNET_OK != GNUNET_NO", "GNUNET_NO != GNUNET_SYSERR" 68 * GNUNET_SYSERR`, `GNUNET_OK != GNUNET_NO`, `GNUNET_NO !=
69 * and finally "GNUNET_YES != GNUNET_NO". 69 * GNUNET_SYSERR` and finally `GNUNET_YES != GNUNET_NO`.
70 */ 70 */
71#define GNUNET_OK 1 71#define GNUNET_OK 1
72#define GNUNET_SYSERR -1 72#define GNUNET_SYSERR -1
@@ -108,7 +108,7 @@ extern "C"
108 108
109/** 109/**
110 * @ingroup logging 110 * @ingroup logging
111 * define GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source 111 * define #GNUNET_EXTRA_LOGGING if using this header outside the GNUnet source
112 * tree where gnunet_config.h is unavailable 112 * tree where gnunet_config.h is unavailable
113 */ 113 */
114#ifndef GNUNET_EXTRA_LOGGING 114#ifndef GNUNET_EXTRA_LOGGING
@@ -965,8 +965,6 @@ GNUNET_copy_message (const struct GNUNET_MessageHeader *msg);
965#endif 965#endif
966 966
967 967
968
969
970#if 0 /* keep Emacsens' auto-indent happy */ 968#if 0 /* keep Emacsens' auto-indent happy */
971{ 969{
972#endif 970#endif