From 376a3e2689961c06a1c42e305f4cf4e96029a9a0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 May 2010 12:44:19 +0000 Subject: [PATCH] dox --- src/include/gnunet_core_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h index b7dc6f7da..2002a3266 100644 --- a/src/include/gnunet_core_service.h +++ b/src/include/gnunet_core_service.h @@ -385,11 +385,11 @@ GNUNET_CORE_notify_transmit_ready (struct /** * Cancel the specified transmission-ready notification. * - * @param h handle that was returned by "notify_transmit_ready". + * @param th handle that was returned by "notify_transmit_ready". */ void GNUNET_CORE_notify_transmit_ready_cancel (struct GNUNET_CORE_TransmitHandle - *h); + *th); #if 0 /* keep Emacsens' auto-indent happy */ -- 2.25.1