-doxygen
[oweals/gnunet.git] / src / transport / gnunet-service-transport_hello.h
index 9927408d2256b6c1fddbd7bfade52e090f57eea3..0c67cef4d916900d2f3c0e5adea1af6a7bd07b8f 100644 (file)
@@ -46,11 +46,12 @@ typedef void (*GST_HelloCallback) (void *cls,
 /**
  * Initialize the HELLO module.
  *
+ * @param friend_only use a friend only hello
  * @param cb function to call whenever our HELLO changes
  * @param cb_cls closure for cb
  */
 void
-GST_hello_start (GST_HelloCallback cb, void *cb_cls);
+GST_hello_start (int friend_only, GST_HelloCallback cb, void *cb_cls);
 
 
 /**
@@ -92,7 +93,7 @@ GST_hello_modify_addresses (int addremove,
  */
 int
 GST_hello_test_address (const struct GNUNET_HELLO_Address *address,
-                        struct GNUNET_CRYPTO_EccSignature **sig,
+                        struct GNUNET_CRYPTO_EddsaSignature **sig,
                         struct GNUNET_TIME_Absolute **sig_expiration);