error msg
[oweals/gnunet.git] / src / transport / gnunet-service-transport_hello.h
index 168dd4364ba4212b878cc8a3ab9d43c9f356c595..9927408d2256b6c1fddbd7bfade52e090f57eea3 100644 (file)
@@ -76,8 +76,8 @@ GST_hello_get (void);
  * @param address address to add or remove
  */
 void
-GST_hello_modify_addresses (int addremove, 
-                           const struct GNUNET_HELLO_Address *address);
+GST_hello_modify_addresses (int addremove,
+                            const struct GNUNET_HELLO_Address *address);
 
 
 /**
@@ -92,7 +92,7 @@ GST_hello_modify_addresses (int addremove,
  */
 int
 GST_hello_test_address (const struct GNUNET_HELLO_Address *address,
-                        struct GNUNET_CRYPTO_RsaSignature **sig,
+                        struct GNUNET_CRYPTO_EccSignature **sig,
                         struct GNUNET_TIME_Absolute **sig_expiration);