(no commit message)
[oweals/gnunet.git] / src / transport / plugin_transport.h
index 8c72f3242c3a0f1e6903bb69e7a20d3f7ec2dac2..546b2ad7f717a42a4613be14b7b8dc51345c923f 100644 (file)
@@ -184,7 +184,7 @@ struct GNUNET_TRANSPORT_PluginEnvironment
    * Pointer (!) to our HELLO message.  Note that the address
    * referred to "*our_hello" might change over time.
    */
-  const struct GNUNET_HELLO_Message **our_hello;
+  struct GNUNET_HELLO_Message *const*our_hello;
 
   /**
    * Closure for the various callbacks.