aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_credential_service.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_credential_service.h b/src/include/gnunet_credential_service.h
index a7de3c822..f7b09b3ff 100644
--- a/src/include/gnunet_credential_service.h
+++ b/src/include/gnunet_credential_service.h
@@ -159,8 +159,9 @@ GNUNET_CREDENTIAL_disconnect (struct GNUNET_CREDENTIAL_Handle *handle);
159 * @param rd the records in reply 159 * @param rd the records in reply
160 */ 160 */
161typedef void (*GNUNET_CREDENTIAL_VerifyResultProcessor) (void *cls, 161typedef void (*GNUNET_CREDENTIAL_VerifyResultProcessor) (void *cls,
162 struct GNUNET_CRYPTO_EcdsaPublicKey *issuer, 162 struct GNUNET_CREDENTIAL_CredentialRecordData *credential,
163 uint32_t result); 163 uint32_t delegation_length,
164 struct GNUNET_CREDENTIAL_AttributeRecordData *delegation_chain);
164 165
165/** 166/**
166 * Iterator called on obtained result for an attribute delegation. 167 * Iterator called on obtained result for an attribute delegation.