client_manager: add API for async operations
[oweals/gnunet.git] / src / include / block_fs.h
index 233d8035e158ec1343b6baff4501430a4413747f..0b233c3b920733133f55f785a50d5bd16a2cd752 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2010 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2010 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -48,18 +48,17 @@ struct UBlock
   /**
    * Signature using pseudonym and search keyword / identifier.
    */
-  struct GNUNET_PseudonymSignature signature;
+  struct GNUNET_CRYPTO_EcdsaSignature signature;
 
   /**
    * What is being signed and why?
    */
-  struct GNUNET_PseudonymSignaturePurpose purpose;
+  struct GNUNET_CRYPTO_EccSignaturePurpose purpose;
 
   /**
-   * Public key used to sign this block.  Hash of this value
-   * is the query.
+   * Public key used to sign this block.
    */
-  struct GNUNET_PseudonymIdentifier verification_key;
+  struct GNUNET_CRYPTO_EcdsaPublicKey verification_key;
 
   /* rest of the data is encrypted */