aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_wlan.c2
-rw-r--r--src/vpn/gnunet-daemon-exit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index c4903dd9c..ab7446e06 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -2170,7 +2170,7 @@ add_ack_for_send(struct Plugin * plugin, struct Session * session,
2170 * Function used for to process the data received from the wlan interface 2170 * Function used for to process the data received from the wlan interface
2171 * 2171 *
2172 * @param cls the plugin handle 2172 * @param cls the plugin handle
2173 * @param client client which send the data (not used) 2173 * @param session_light FIXME: document
2174 * @param hdr hdr of the GNUNET_MessageHeader 2174 * @param hdr hdr of the GNUNET_MessageHeader
2175 */ 2175 */
2176static void 2176static void
diff --git a/src/vpn/gnunet-daemon-exit.c b/src/vpn/gnunet-daemon-exit.c
index 296d92b50..f6198894f 100644
--- a/src/vpn/gnunet-daemon-exit.c
+++ b/src/vpn/gnunet-daemon-exit.c
@@ -270,7 +270,7 @@ message_token (void *cls,
270 * @param section name of section in config, equal to hostname 270 * @param section name of section in config, equal to hostname
271 * @param option type of redirect 271 * @param option type of redirect
272 * @param value specification of services, format is 272 * @param value specification of services, format is
273 * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE <more of those>)* 273 * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE &lt;more of those&gt;)*
274 */ 274 */
275static void 275static void
276read_service_conf (void *cls, const char *section, const char *option, 276read_service_conf (void *cls, const char *section, const char *option,