aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_signatures.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_signatures.h')
-rw-r--r--src/include/gnunet_signatures.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h
index fafe6e5ae..d875aeb6b 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -137,7 +137,7 @@ extern "C"
137#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18 137#define GNUNET_SIGNATURE_PURPOSE_REGEX_ACCEPT 18
138 138
139/** 139/**
140 * Signature of a multicast message. 140 * Signature of a multicast message sent by the origin.
141 */ 141 */
142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19 142#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_MESSAGE 19
143 143
@@ -166,6 +166,11 @@ extern "C"
166 */ 166 */
167#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23 167#define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
168 168
169/**
170 * Signature of a multicast request sent by a member.
171 */
172#define GNUNET_SIGNATURE_PURPOSE_MULTICAST_REQUEST 24
173
169 174
170#if 0 /* keep Emacsens' auto-indent happy */ 175#if 0 /* keep Emacsens' auto-indent happy */
171{ 176{