fix only cache variable long/short
[oweals/gnunet.git] / src / gns / gns.h
index 571b62dc7006fd40cc4695a7d7dc4e098eb6b99e..a8402b196f43adad19a7cb9b714f1253c5e68066 100644 (file)
@@ -63,7 +63,7 @@ struct GNUNET_GNS_ClientLookupMessage
   /**
    * Zone that is to be used for lookup
    */
-  struct GNUNET_CRYPTO_EccPublicSignKey zone;
+  struct GNUNET_CRYPTO_EcdsaPublicKey zone;
 
   /**
    * Only check cached results
@@ -83,9 +83,9 @@ struct GNUNET_GNS_ClientLookupMessage
   /**
    * The key for shorten, if @e have_key is set
    */
-  struct GNUNET_CRYPTO_EccPrivateKey shorten_key;
+  struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key;
 
-  /* Followed by the name to look up */
+  /* Followed by the zero-terminated name to look up */
 };
 
 
@@ -109,7 +109,7 @@ struct GNUNET_GNS_ClientLookupResultMessage
    */
   uint32_t rd_count GNUNET_PACKED;
 
-  /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/
+  /* followed by rd_count GNUNET_GNSRECORD_Data structs*/
 
 };