aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore-fcfsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/gnunet-namestore-fcfsd.c')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index 22d108067..6d794746e 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -751,7 +751,7 @@ lookup_it_finished (void *cls)
751 * @param connection MHD connection handle 751 * @param connection MHD connection handle
752 * @param url the requested url 752 * @param url the requested url
753 * @param method the HTTP method used ("GET", "PUT", etc.) 753 * @param method the HTTP method used ("GET", "PUT", etc.)
754 * @param version the HTTP version string (i.e. "HTTP/1.1") 754 * @param version the HTTP version string ("HTTP/1.1" for version 1.1, etc.)
755 * @param upload_data the data being uploaded (excluding HEADERS, 755 * @param upload_data the data being uploaded (excluding HEADERS,
756 * for a POST that fits into memory and that is encoded 756 * for a POST that fits into memory and that is encoded
757 * with a supported encoding, the POST data will NOT be 757 * with a supported encoding, the POST data will NOT be
@@ -1057,13 +1057,12 @@ do_shutdown (void *cls)
1057/** 1057/**
1058 * Method called to inform about the egos of this peer. 1058 * Method called to inform about the egos of this peer.
1059 * 1059 *
1060 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, 1060 * When used with #GNUNET_IDENTITY_create or #GNUNET_IDENTITY_get, this
1061 * this function is only called ONCE, and 'NULL' being passed in 1061 * function is only called ONCE, and 'NULL' being passed in @a ego does
1062 * @a ego does indicate an error (i.e. name is taken or no default 1062 * indicate an error (for example because name is taken or no default value is
1063 * value is known). If @a ego is non-NULL and if '*ctx' 1063 * known). If @a ego is non-NULL and if '*ctx' is set in those callbacks, the
1064 * is set in those callbacks, the value WILL be passed to a subsequent 1064 * value WILL be passed to a subsequent call to the identity callback of
1065 * call to the identity callback of #GNUNET_IDENTITY_connect (if 1065 * #GNUNET_IDENTITY_connect (if that one was not NULL).
1066 * that one was not NULL).
1067 * 1066 *
1068 * @param cls closure, NULL 1067 * @param cls closure, NULL
1069 * @param ego ego handle 1068 * @param ego ego handle