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 289ea9860..218dcbace 100644
--- a/src/include/gnunet_signatures.h
+++ b/src/include/gnunet_signatures.h
@@ -213,10 +213,15 @@ extern "C"
213#define GNUNET_SIGNATURE_COMMUNICATOR_TCP_REKEY 32 213#define GNUNET_SIGNATURE_COMMUNICATOR_TCP_REKEY 32
214 214
215/** 215/**
216 * Signature used by UDP communicator handshake, 216 * Signature used by UDP communicator handshake
217 */ 217 */
218#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_HANDSHAKE 33 218#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_HANDSHAKE 33
219 219
220/**
221 * Signature used by UDP broadcasts.
222 */
223#define GNUNET_SIGNATURE_COMMUNICATOR_UDP_BROADCAST 34
224
220#if 0 /* keep Emacsens' auto-indent happy */ 225#if 0 /* keep Emacsens' auto-indent happy */
221{ 226{
222#endif 227#endif