doc: gnunet-c-tutorial: more includes of examples.
[oweals/gnunet.git] / doc / tutorial-examples / 021.c
1 static enum GNUNET_BLOCK_EvaluationResult
2 block_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