aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-08-19 00:06:35 +0200
committerChristian Grothoff <christian@grothoff.org>2020-08-19 00:06:35 +0200
commit9cbc1f9c76ae5de5bcfdc15f935cd04200c0e013 (patch)
tree207016a705c730d28b7ef0da4ed70bc1c6178e3d /src/include
parent3fb3bf908f4977aef6bde6a450954e2704b14bcb (diff)
downloadgnunet-9cbc1f9c76ae5de5bcfdc15f935cd04200c0e013.tar.gz
gnunet-9cbc1f9c76ae5de5bcfdc15f935cd04200c0e013.zip
-fix FTBFS for seti
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index e9a2b1c0e..4526b75d9 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1854,6 +1854,11 @@ extern "C" {
1854 */ 1854 */
1855#define GNUNET_MESSAGE_TYPE_SETI_P2P_DONE 593 1855#define GNUNET_MESSAGE_TYPE_SETI_P2P_DONE 593
1856 1856
1857/**
1858 * Request to begin set intersection operation.
1859 */
1860#define GNUNET_MESSAGE_TYPE_SETI_P2P_OPERATION_REQUEST 594
1861
1857 1862
1858/******************************************************************************* 1863/*******************************************************************************
1859 * SET message types 1864 * SET message types