From ec734f16ea5d9f1c35ecd05508541e0bbe0c36a3 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 17 Aug 2010 14:30:05 +0000 Subject: [PATCH] --- src/transport/plugin_transport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transport/plugin_transport.h b/src/transport/plugin_transport.h index 8c72f3242..546b2ad7f 100644 --- a/src/transport/plugin_transport.h +++ b/src/transport/plugin_transport.h @@ -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. -- 2.25.1