aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-12-29 00:11:40 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-12-29 00:11:40 +0100
commit68b028c18c8f701debc97c4480c903136274f71f (patch)
treec90870ba136b8dabdc9f7a7895c590c2e8dc445d /src/include
parentae843638aa1bfd4b35f42549655ce1a5e6ce2c39 (diff)
downloadgnunet-68b028c18c8f701debc97c4480c903136274f71f.tar.gz
gnunet-68b028c18c8f701debc97c4480c903136274f71f.zip
implement new block API for FS, fix FTBFS
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_block_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_block_lib.h b/src/include/gnunet_block_lib.h
index 78ade8218..6f82381ac 100644
--- a/src/include/gnunet_block_lib.h
+++ b/src/include/gnunet_block_lib.h
@@ -243,7 +243,7 @@ enum GNUNET_BLOCK_ReplyEvaluationResult
243 /** 243 /**
244 * Specified block type not supported by any plugin. 244 * Specified block type not supported by any plugin.
245 */ 245 */
246 GNUNET_BLOCK_REPLY_TYPE_NOT_SUPPORTED = -1 246 GNUNET_BLOCK_REPLY_TYPE_NOT_SUPPORTED = -1,
247 247
248 /** 248 /**
249 * Block does not match query (invalid result) 249 * Block does not match query (invalid result)