022.c 280 B

12345678
  1. static int
  2. block_plugin_SERVICE_get_key (void *cls, enum GNUNET_BLOCK_Type type,
  3. const void *block, size_t block_size,
  4. struct GNUNET_HashCode *key)
  5. {
  6. // Store the key in the key argument, return GNUNET_OK on success.
  7. }