aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_core_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-08 16:13:08 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-08 16:13:08 +0000
commitd824ab7d898f20ac7bd047fad1e5d49494a31f60 (patch)
treed9190e0c217bc27f42b8b1c7caaf08499332f203 /src/include/gnunet_core_service.h
parentc95cd7a0899c5da94986c27df756e6555c5bd895 (diff)
downloadgnunet-d824ab7d898f20ac7bd047fad1e5d49494a31f60.tar.gz
gnunet-d824ab7d898f20ac7bd047fad1e5d49494a31f60.zip
improve doxygen
Diffstat (limited to 'src/include/gnunet_core_service.h')
-rw-r--r--src/include/gnunet_core_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_core_service.h b/src/include/gnunet_core_service.h
index 793d069b0..8f2ff738b 100644
--- a/src/include/gnunet_core_service.h
+++ b/src/include/gnunet_core_service.h
@@ -275,7 +275,7 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle,
275/** 275/**
276 * Cancel the specified transmission-ready notification. 276 * Cancel the specified transmission-ready notification.
277 * 277 *
278 * @param th handle that was returned by "notify_transmit_ready". 278 * @param th handle that was returned by #GNUNET_CORE_notify_transmit_ready().
279 */ 279 */
280void 280void
281GNUNET_CORE_notify_transmit_ready_cancel (struct GNUNET_CORE_TransmitHandle *th); 281GNUNET_CORE_notify_transmit_ready_cancel (struct GNUNET_CORE_TransmitHandle *th);