aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-12 12:21:23 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-12 12:21:23 +0000
commitf91d5b56607557b84347dfa6a69cff1672b8d01f (patch)
treeb3557615ad3d6dd9d3f35728095a02270c8e4956 /src/core
parent60d64e76a9f343c42f2303f3572d26e262c355c7 (diff)
downloadgnunet-f91d5b56607557b84347dfa6a69cff1672b8d01f.tar.gz
gnunet-f91d5b56607557b84347dfa6a69cff1672b8d01f.zip
-fix docu
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 66df134fb..ecfe8b478 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -1340,8 +1340,7 @@ run_request_next_transmission (void *cls,
1340 * @param cork is corking allowed for this transmission? 1340 * @param cork is corking allowed for this transmission?
1341 * @param priority how important is the message? 1341 * @param priority how important is the message?
1342 * @param maxdelay how long can the message wait? 1342 * @param maxdelay how long can the message wait?
1343 * @param target who should receive the message, 1343 * @param target who should receive the message, never NULL (can be this peer's identity for loopback)
1344 * use NULL for this peer (loopback)
1345 * @param notify_size how many bytes of buffer space does notify want? 1344 * @param notify_size how many bytes of buffer space does notify want?
1346 * @param notify function to call when buffer space is available 1345 * @param notify function to call when buffer space is available
1347 * @param notify_cls closure for notify 1346 * @param notify_cls closure for notify