aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_provider_service.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-08 19:51:27 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-08 19:51:27 +0000
commit8feaa39e16ba33a192b32097e8087c9aca2d27d8 (patch)
treef414a57f7689d13a3dff8d55c290f80ba0bcb373 /src/include/gnunet_identity_provider_service.h
parent35262a0fe27afccb154122f113adcc75947ee45d (diff)
downloadgnunet-8feaa39e16ba33a192b32097e8087c9aca2d27d8.tar.gz
gnunet-8feaa39e16ba33a192b32097e8087c9aca2d27d8.zip
- update
Diffstat (limited to 'src/include/gnunet_identity_provider_service.h')
-rw-r--r--src/include/gnunet_identity_provider_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_provider_service.h b/src/include/gnunet_identity_provider_service.h
index 283c1b40c..9bee9ce2a 100644
--- a/src/include/gnunet_identity_provider_service.h
+++ b/src/include/gnunet_identity_provider_service.h
@@ -128,7 +128,7 @@ GNUNET_IDENTITY_PROVIDER_issue_token (struct GNUNET_IDENTITY_PROVIDER_Handle *id
128 const struct GNUNET_CRYPTO_EcdsaPrivateKey *iss_key, 128 const struct GNUNET_CRYPTO_EcdsaPrivateKey *iss_key,
129 const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key, 129 const struct GNUNET_CRYPTO_EcdsaPublicKey *aud_key,
130 const char* scope, 130 const char* scope,
131 struct GNUNET_TIME_Absolute *expiration, 131 struct GNUNET_TIME_Absolute expiration,
132 uint64_t nonce, 132 uint64_t nonce,
133 GNUNET_IDENTITY_PROVIDER_IssueCallback cb, 133 GNUNET_IDENTITY_PROVIDER_IssueCallback cb,
134 void *cb_cls); 134 void *cb_cls);