summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 73da40038..a00ddacca 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1940,6 +1940,14 @@ extern "C" {
1940 */ 1940 */
1941#define GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 631 1941#define GNUNET_MESSAGE_TYPE_IDENTITY_DELETE 631
1942 1942
1943/**
1944 * First message send from identity client to service to
1945 * lookup a single ego. The service will respond with a
1946 * #GNUNET_MESSAGE_TYPE_IDENTITY_UPDATE message if the ego
1947 * exists, or a #GNUNET_MESSAGE_TYPE_IDENTITY_RESULT_CODE if not.
1948 */
1949#define GNUNET_MESSAGE_TYPE_IDENTITY_LOOKUP 632
1950
1943 1951
1944/******************************************************************************* 1952/*******************************************************************************
1945 * REVOCATION message types 1953 * REVOCATION message types