fix only cache variable long/short
[oweals/gnunet.git] / src / gns / gns.h
index 24f543f71e8685ecc65cc20709c17e5f39332c14..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
@@ -79,13 +79,13 @@ struct GNUNET_GNS_ClientLookupMessage
    * the type of record to look up
    */
   int32_t type GNUNET_PACKED;
-  
+
   /**
-   * The key for shorten, if @e have_key is set 
+   * 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 */
 };
 
 
@@ -106,10 +106,10 @@ struct GNUNET_GNS_ClientLookupResultMessage
 
   /**
    * The number of records contained in response
-   */  
+   */
   uint32_t rd_count GNUNET_PACKED;
 
-  /* followed by rd_count GNUNET_NAMESTORE_RecordData structs*/
+  /* followed by rd_count GNUNET_GNSRECORD_Data structs*/
 
 };