From 8597cfba1c4980b045982d6762b953bf967a37dc Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 6 Mar 2011 15:26:16 +0000 Subject: [PATCH] more dox fixes --- src/transport/plugin_transport_wlan.c | 2 +- src/vpn/gnunet-daemon-exit.c | 2 +- 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, * Function used for to process the data received from the wlan interface * * @param cls the plugin handle - * @param client client which send the data (not used) + * @param session_light FIXME: document * @param hdr hdr of the GNUNET_MessageHeader */ static 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, * @param section name of section in config, equal to hostname * @param option type of redirect * @param value specification of services, format is - * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE )* + * "OFFERED-PORT:HOSTNAME:HOST-PORT" (SPACE <more of those>)* */ static void read_service_conf (void *cls, const char *section, const char *option, -- 2.25.1