X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_identity_provider_service.h;h=e533f6f8cffea8aae9417883e8354cd7b5f438f3;hb=17047b7bcbe3f1756028058a9887416c6afab5d8;hp=1e05244c8193467d53ec96ab30c63c236b3f2ac6;hpb=b23f7bcde58fdada9170f16af39ab1e84f4c3a68;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_identity_provider_service.h b/src/include/gnunet_identity_provider_service.h index 1e05244c8..e533f6f8c 100644 --- a/src/include/gnunet_identity_provider_service.h +++ b/src/include/gnunet_identity_provider_service.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2016 Christian Grothoff (and other contributing authors) + Copyright (C) 2016 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -24,7 +24,7 @@ * @file * Identity provider service; implements identity provider for GNUnet * - * @defgroup identity-provider Identity provider service + * @defgroup identity-provider Identity Provider service * @{ */ #ifndef GNUNET_IDENTITY_PROVIDER_SERVICE_H @@ -75,7 +75,8 @@ struct GNUNET_IDENTITY_PROVIDER_Operation; */ typedef void (*GNUNET_IDENTITY_PROVIDER_ExchangeCallback)(void *cls, - const struct GNUNET_IDENTITY_PROVIDER_Token *token); + const struct GNUNET_IDENTITY_PROVIDER_Token *token, + uint64_t ticket_nonce); /** * Method called when a token has been issued. @@ -227,8 +228,10 @@ GNUNET_IDENTITY_PROVIDER_ticket_destroy(struct GNUNET_IDENTITY_PROVIDER_Ticket * } #endif -/** @} */ /* end of group identity */ /* ifndef GNUNET_IDENTITY_PROVIDER_SERVICE_H */ #endif + +/** @} */ /* end of group identity */ + /* end of gnunet_identity_provider_service.h */