aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-12 14:34:56 +0100
committerChristian Grothoff <christian@grothoff.org>2022-02-19 12:39:55 +0100
commit3e3081cfd22f5dacbeaba2843131c4aec530b562 (patch)
treec382476a75516d9becf1f813c994f5d571f95c2d /src/include/gnunet_protocols.h
parentcd84bf32e23b4396583a8fa1bfe4a00c1fba3715 (diff)
downloadgnunet-3e3081cfd22f5dacbeaba2843131c4aec530b562.tar.gz
gnunet-3e3081cfd22f5dacbeaba2843131c4aec530b562.zip
incomplete first hack of new hello-uri lib
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 9e278eb92..f5ccd2971 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -153,10 +153,10 @@ extern "C" {
153 ******************************************************************************/ 153 ******************************************************************************/
154 154
155/** 155/**
156 * Previously used for HELLO messages used for communicating peer addresses. 156 * Latest HELLO messages used for communicating peer addresses.
157 * Managed by libgnunethello. 157 * Managed by libgnunethello.
158 */ 158 */
159#define GNUNET_MESSAGE_TYPE_HELLO_LEGACY 16 159#define GNUNET_MESSAGE_TYPE_HELLO_URI 16
160 160
161/** 161/**
162 * HELLO message with friend only flag used for communicating peer addresses. 162 * HELLO message with friend only flag used for communicating peer addresses.
@@ -1796,7 +1796,6 @@ extern "C" {
1796#define GNUNET_MESSAGE_TYPE_SETU_P2P_SEND_FULL 710 1796#define GNUNET_MESSAGE_TYPE_SETU_P2P_SEND_FULL 710
1797 1797
1798 1798
1799
1800/******************************************************************************* 1799/*******************************************************************************
1801 * SETI message types 1800 * SETI message types
1802 ******************************************************************************/ 1801 ******************************************************************************/