aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-02-02 14:09:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-02-02 14:09:26 +0000
commit29739c21805faad15d90e7f02c906d28f5feb2f3 (patch)
treea43d0d7d93a185458924de53d03b65ba4e398275 /src/core/core_api.c
parentaf4c483794311875e7b8c029e214f936591dde52 (diff)
downloadgnunet-29739c21805faad15d90e7f02c906d28f5feb2f3.tar.gz
gnunet-29739c21805faad15d90e7f02c906d28f5feb2f3.zip
docu
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index f5f421277..a2e0dae09 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1478,9 +1478,9 @@ GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
1478 1478
1479/** 1479/**
1480 * Ask the core to call "notify" once it is ready to transmit the 1480 * Ask the core to call "notify" once it is ready to transmit the
1481 * given number of bytes to the specified "target". If we are not yet 1481 * given number of bytes to the specified "target". Must only be
1482 * connected to the specified peer, a call to this function will cause 1482 * called after a connection to the respective peer has been
1483 * us to try to establish a connection. 1483 * established (and the client has been informed about this).
1484 * 1484 *
1485 * @param handle connection to core service 1485 * @param handle connection to core service
1486 * @param priority how important is the message? 1486 * @param priority how important is the message?