(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 17 Aug 2010 14:30:05 +0000 (14:30 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 17 Aug 2010 14:30:05 +0000 (14:30 +0000)
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.