aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_attribute_lib.h
diff options
context:
space:
mode:
authorMarkus Voggenreiter <Markus.Voggenreiter@tum.de>2019-10-19 11:30:24 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2020-01-13 13:31:02 +0100
commit4eda8d33675ba1e004792635b33342c04c5cbe32 (patch)
tree93eab84b3b93dace71ec4f31988991abcd692a2d /src/include/gnunet_reclaim_attribute_lib.h
parent483bc7e3095dff908fe8c032ea96995d44304868 (diff)
downloadgnunet-4eda8d33675ba1e004792635b33342c04c5cbe32.tar.gz
gnunet-4eda8d33675ba1e004792635b33342c04c5cbe32.zip
Listing Attestations through service
Diffstat (limited to 'src/include/gnunet_reclaim_attribute_lib.h')
-rw-r--r--src/include/gnunet_reclaim_attribute_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_reclaim_attribute_lib.h b/src/include/gnunet_reclaim_attribute_lib.h
index c23b39383..34429da51 100644
--- a/src/include/gnunet_reclaim_attribute_lib.h
+++ b/src/include/gnunet_reclaim_attribute_lib.h
@@ -53,12 +53,12 @@ extern "C" {
53/** 53/**
54* No value attestation. 54* No value attestation.
55*/ 55*/
56#define GNUNET_RECLAIM_ATTESTATION_TYPE_NONE 0 56#define GNUNET_RECLAIM_ATTESTATION_TYPE_NONE 10
57 57
58/** 58/**
59* A JSON Web Token attestation. 59* A JSON Web Token attestation.
60*/ 60*/
61#define GNUNET_RECLAIM_ATTESTATION_TYPE_JWT 1 61#define GNUNET_RECLAIM_ATTESTATION_TYPE_JWT 11
62 62
63/** 63/**
64 * An attribute. 64 * An attribute.