-changing exit helper code to automatically do the network configuration for an exit...
[oweals/gnunet.git] / src / transport / gnunet-service-transport_hello.h
index 168dd4364ba4212b878cc8a3ab9d43c9f356c595..605d19861da8f7cff055c2ca0dcbcaf44cd177a0 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);
 
 
 /**