aboutsummaryrefslogtreecommitdiff
path: root/src/abd
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-09-07 20:52:04 +0100
committerWillow Liquorice <willow@howhill.com>2022-10-03 00:44:35 +0100
commitf246a9aa87ad07b480323ffa107839a4dc5c6dc3 (patch)
treeb8c1330beccdb3f7c580c5235104f02d6fa0109a /src/abd
parent2803abe19c6c65c1a98a9b69cef27b5dc363f93e (diff)
downloadgnunet-f246a9aa87ad07b480323ffa107839a4dc5c6dc3.tar.gz
gnunet-f246a9aa87ad07b480323ffa107839a4dc5c6dc3.zip
-DOC: Documentation cleanup pass through ABD subsystem
Diffstat (limited to 'src/abd')
-rw-r--r--src/abd/delegate_misc.c1
-rw-r--r--src/abd/gnunet-abd.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/abd/delegate_misc.c b/src/abd/delegate_misc.c
index 0c5520d52..cc45cde04 100644
--- a/src/abd/delegate_misc.c
+++ b/src/abd/delegate_misc.c
@@ -190,6 +190,7 @@ GNUNET_ABD_delegate_from_string (const char *s)
190 * @param issuer the ego that should be used to issue the attribute 190 * @param issuer the ego that should be used to issue the attribute
191 * @param subject the subject of the attribute 191 * @param subject the subject of the attribute
192 * @param iss_attr the name of the attribute 192 * @param iss_attr the name of the attribute
193 * @param expiration the TTL of the credential
193 * @return handle to the queued request 194 * @return handle to the queued request
194 */ 195 */
195 196
diff --git a/src/abd/gnunet-abd.c b/src/abd/gnunet-abd.c
index 9f5fef958..6f6521d98 100644
--- a/src/abd/gnunet-abd.c
+++ b/src/abd/gnunet-abd.c
@@ -429,8 +429,8 @@ identity_cb (void *cls, struct GNUNET_IDENTITY_Ego *ego)
429 * Parse expiration time. 429 * Parse expiration time.
430 * 430 *
431 * @param expirationstring text to parse 431 * @param expirationstring text to parse
432 * @param etime_is_rel[out] set to #GNUNET_YES if time is relative 432 * @param[out] etime_is_rel set to #GNUNET_YES if time is relative
433 * @param etime[out] set to expiration time (abs or rel) 433 * @param[out] etime set to expiration time (abs or rel)
434 * @return #GNUNET_OK on success 434 * @return #GNUNET_OK on success
435 */ 435 */
436static int 436static int