From 280637c8e3e1712b495fb6a3184ed48e91110cf0 Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Wed, 22 Feb 2012 20:46:21 +0000 Subject: [PATCH] -documentation fixes --- src/stream/stream_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stream/stream_api.c b/src/stream/stream_api.c index ccb3d94b0..65836ce1c 100644 --- a/src/stream/stream_api.c +++ b/src/stream/stream_api.c @@ -623,7 +623,7 @@ write_data (struct GNUNET_STREAM_Socket *socket) * @param socket the socket through which the ack was received * @param tunnel connection to the other end * @param sender who sent the message - * @param ack the acknowledgment message + * @param msg the data message * @param atsi performance data for the connection * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) @@ -852,7 +852,7 @@ client_handle_reset (void *cls, * @param socket the socket through which the ack was received * @param tunnel connection to the other end * @param sender who sent the message - * @param ack the acknowledgment message + * @param msg the transmit close message * @param atsi performance data for the connection * @return GNUNET_OK to keep the connection open, * GNUNET_SYSERR to close it (signal serious error) -- 2.25.1