- fix connection.c
[oweals/gnunet.git] / src / gns / gnunet-service-gns_shorten.h
index d71100a88f1a3f045f6ea6764b29b54983057b26..5f583eeb55c321073e1b57feae70eecf73176254 100644 (file)
@@ -59,8 +59,8 @@ GNS_shorten_done (void);
  */
 void
 GNS_shorten_start (const char *original_label,
-                  const struct GNUNET_CRYPTO_EccPublicKey *pub,
-                  const struct GNUNET_CRYPTO_EccPrivateKey *shorten_zone);
+                  const struct GNUNET_CRYPTO_EcdsaPublicKey *pub,
+                  const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone);
 
 
 #endif