aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_credential_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_credential_service.h')
-rw-r--r--src/include/gnunet_credential_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_credential_service.h b/src/include/gnunet_credential_service.h
index fdee3b641..325296ecc 100644
--- a/src/include/gnunet_credential_service.h
+++ b/src/include/gnunet_credential_service.h
@@ -262,7 +262,8 @@ typedef void (*GNUNET_CREDENTIAL_CredentialResultProcessor) (void *cls,
262 struct GNUNET_CREDENTIAL_Delegate *delegte); 262 struct GNUNET_CREDENTIAL_Delegate *delegte);
263 263
264typedef void (*GNUNET_CREDENTIAL_IntermediateResultProcessor) (void *cls, 264typedef void (*GNUNET_CREDENTIAL_IntermediateResultProcessor) (void *cls,
265 struct GNUNET_CREDENTIAL_Delegation *delegation); 265 struct GNUNET_CREDENTIAL_Delegation *delegation,
266 bool is_bw);
266 267
267/** 268/**
268 * Iterator called on obtained result for an attribute delegation. 269 * Iterator called on obtained result for an attribute delegation.