aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 4831c9215..898ad6258 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1352,6 +1352,12 @@ extern "C"
1352 */ 1352 */
1353#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448 1353#define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448
1354 1354
1355/**
1356 * Service to client: end of list of results
1357 */
1358#define GNUNET_MESSAGE_TYPE_NAMESTORE_RECORD_RESULT_END 449
1359
1360
1355/******************************************************************************* 1361/*******************************************************************************
1356 * LOCKMANAGER message types 1362 * LOCKMANAGER message types
1357 ******************************************************************************/ 1363 ******************************************************************************/