aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-03 13:49:55 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-03 13:49:55 +0000
commit802700f9006acaab256e4222d99c307b8e49aa86 (patch)
tree1c24da74b69ca194cfed94f393f892f6ecdaac81 /src/peerinfo/peerinfo_api.c
parent1f4c6f762971b5398c3d54a7dd0000194ca7edd9 (diff)
downloadgnunet-802700f9006acaab256e4222d99c307b8e49aa86.tar.gz
gnunet-802700f9006acaab256e4222d99c307b8e49aa86.zip
doxygen
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index 5b79a17e5..cf2d51cb4 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -409,7 +409,14 @@ trigger_transmit (struct GNUNET_PEERINFO_Handle *h)
409 * 409 *
410 * @param h handle to the peerinfo service 410 * @param h handle to the peerinfo service
411 * @param hello the verified (!) HELLO message 411 * @param hello the verified (!) HELLO message
412 */ 412 * @param cont continuation to call when done, NULL is allowed
413 * @param cont_cls closure for 'cont'
414 * @return handle to cancel add operation; all pending
415 * 'add' operations will be cancelled automatically
416 * on disconnect, so it is not necessary to keep this
417 * handle (unless 'cont' is NULL and at some point
418 * calling 'cont' must be prevented)
419 */ */
413struct GNUNET_PEERINFO_AddContext * 420struct GNUNET_PEERINFO_AddContext *
414GNUNET_PEERINFO_add_peer (struct GNUNET_PEERINFO_Handle *h, 421GNUNET_PEERINFO_add_peer (struct GNUNET_PEERINFO_Handle *h,
415 const struct GNUNET_HELLO_Message *hello, 422 const struct GNUNET_HELLO_Message *hello,