fix more leaks
[oweals/gnunet.git] / src / transport / gnunet-service-transport_hello.h
index 9927408d2256b6c1fddbd7bfade52e090f57eea3..2aefbe3007068f6b69e5a803fedbe257c9db1412 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);
 
 
 /**