gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 117/171: -add comments


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 117/171: -add comments
Date: Thu, 04 Jan 2018 16:10:25 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

commit 7e7ada0b9a26394e20b8562421799370299bff0d
Author: Schanzenbach, Martin <address@hidden>
AuthorDate: Sun Sep 17 21:12:09 2017 +0200

    -add comments
---
 src/include/gnunet_identity_provider_service.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/include/gnunet_identity_provider_service.h 
b/src/include/gnunet_identity_provider_service.h
index cc71646bc..7aaae2e85 100644
--- a/src/include/gnunet_identity_provider_service.h
+++ b/src/include/gnunet_identity_provider_service.h
@@ -181,7 +181,7 @@ typedef void
                             const struct GNUNET_IDENTITY_PROVIDER_Token *token,
                             uint64_t ticket_nonce);
 
-/**
+/** TODO DEPRECATED
  * Method called when a token has been issued.
  * On success returns a ticket that can be given to the audience to retrive the
  * token
@@ -348,7 +348,7 @@ typedef void
                             const struct GNUNET_IDENTITY_PROVIDER_Ticket2 
*ticket);
 
 
-/** TODO
+/**
  * Issues a ticket to another identity. The identity may use
  * @GNUNET_IDENTITY_PROVIDER_authorization_ticket_consume to consume the ticket
  * and retrieve the attributes specified in the AttributeList.
@@ -439,7 +439,7 @@ GNUNET_IDENTITY_PROVIDER_rp_attributes_list (struct 
GNUNET_IDENTITY_PROVIDER_Han
                                              
GNUNET_IDENTITY_PROVIDER_AttributeResult *cb,
                                              void *cb_cls);
 
-/**
+/** TODO remove DEPRECATED
  * Issue a token for a specific audience.
  *
  * @param id identity provider service to use
@@ -464,7 +464,7 @@ GNUNET_IDENTITY_PROVIDER_issue_token (struct 
GNUNET_IDENTITY_PROVIDER_Handle *id
                                       void *cb_cls);
 
 
-/**
+/** TODO remove DEPRECATED
  * Exchange a ticket for a token. Intended to be used by audience that
  * received a ticket.
  *

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]