aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_namestore_service.h1
-rw-r--r--src/include/gnunet_protocols.h16
2 files changed, 8 insertions, 9 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index ad98f745d..640bd6c02 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -313,6 +313,7 @@ typedef void (*GNUNET_NAMESTORE_BlockProcessor) (void *cls,
313 * 313 *
314 * @param h handle to the namestore 314 * @param h handle to the namestore
315 * @param derived_hash hash of zone key combined with name to lookup 315 * @param derived_hash hash of zone key combined with name to lookup
316 * then at the end once with NULL
316 * @param proc function to call on the matching block, or with 317 * @param proc function to call on the matching block, or with
317 * NULL if there is no matching block 318 * NULL if there is no matching block
318 * @param proc_cls closure for @a proc 319 * @param proc_cls closure for @a proc
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index d68fc619f..38dcff976 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1605,21 +1605,19 @@ extern "C"
1605 1605
1606 1606
1607/****************************************************************************** 1607/******************************************************************************
1608 * GNS. FIXME: document! 1608 * GNS.
1609 *****************************************************************************/ 1609 *****************************************************************************/
1610 1610
1611/**
1612 * Client would like to resolve a name.
1613 */
1611#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP 500 1614#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP 500
1612 1615
1616/**
1617 * Service response to name resolution request from client.
1618 */
1613#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 501 1619#define GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 501
1614 1620
1615#define GNUNET_MESSAGE_TYPE_GNS_SHORTEN 502
1616
1617#define GNUNET_MESSAGE_TYPE_GNS_SHORTEN_RESULT 503
1618
1619#define GNUNET_MESSAGE_TYPE_GNS_GET_AUTH 504
1620
1621#define GNUNET_MESSAGE_TYPE_GNS_GET_AUTH_RESULT 505
1622
1623 1621
1624/******************************************************************************* 1622/*******************************************************************************
1625 * CONSENSUS message types 1623 * CONSENSUS message types