aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-18 00:23:19 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2017-09-18 00:23:19 +0200
commitca10195d9af33c557b57f16b8bb93df1066ab0ee (patch)
tree354f992af3fe91894135d820612909ff84987058 /src/include
parent3777e05a09dc9f375354bf01542f4fd6807e58c5 (diff)
downloadgnunet-ca10195d9af33c557b57f16b8bb93df1066ab0ee.tar.gz
gnunet-ca10195d9af33c557b57f16b8bb93df1066ab0ee.zip
-add consume API
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_identity_provider_service.h2
-rw-r--r--src/include/gnunet_protocols.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_provider_service.h b/src/include/gnunet_identity_provider_service.h
index 4b1dcd641..049f891cc 100644
--- a/src/include/gnunet_identity_provider_service.h
+++ b/src/include/gnunet_identity_provider_service.h
@@ -268,7 +268,7 @@ GNUNET_IDENTITY_PROVIDER_attribute_new (const char* attr_name,
268 */ 268 */
269typedef void 269typedef void
270(*GNUNET_IDENTITY_PROVIDER_AttributeResult) (void *cls, 270(*GNUNET_IDENTITY_PROVIDER_AttributeResult) (void *cls,
271 const struct GNUNET_CRYPTO_EcdsaPrivateKey *identity, 271 const struct GNUNET_CRYPTO_EcdsaPublicKey *identity,
272 const struct GNUNET_IDENTITY_PROVIDER_Attribute *attr); 272 const struct GNUNET_IDENTITY_PROVIDER_Attribute *attr);
273 273
274 274
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1a7df377c..63afeba8d 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -2644,6 +2644,8 @@ extern "C"
2644 2644
2645#define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_TICKET_RESULT 972 2645#define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_TICKET_RESULT 972
2646 2646
2647#define GNUNET_MESSAGE_TYPE_IDENTITY_PROVIDER_CONSUME_TICKET 973
2648
2647/************************************************** 2649/**************************************************
2648 * 2650 *
2649 * CREDENTIAL MESSAGE TYPES 2651 * CREDENTIAL MESSAGE TYPES