aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/tutorial-examples/021.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/tutorial-examples/021.c')
-rw-r--r--doc/documentation/tutorial-examples/021.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/documentation/tutorial-examples/021.c b/doc/documentation/tutorial-examples/021.c
new file mode 100644
index 000000000..688a31fe0
--- /dev/null
+++ b/doc/documentation/tutorial-examples/021.c
@@ -0,0 +1,13 @@
1static enum GNUNET_BLOCK_EvaluationResult
2block_plugin_SERVICE_evaluate (void *cls,
3 enum GNUNET_BLOCK_Type type,
4 struct GNUNET_BlockGroup *bg,
5 const GNUNET_HashCode *query,
6 const void *xquery,
7 size_t xquery_size,
8 const void *reply_block,
9 size_t reply_block_size)
10{
11 // Verify type, block and bg
12}
13