aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_reclaim_attribute_lib.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-16 18:48:04 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-16 18:48:04 +0200
commit1940b899b3620786b0265144ab756a3f05bcc8b0 (patch)
tree92e16378a5b6f6211bf937597b429b6c092b04bb /src/include/gnunet_reclaim_attribute_lib.h
parent5ef8d3c6cbe7970bc9c9e54b4ab23c8727200b15 (diff)
downloadgnunet-1940b899b3620786b0265144ab756a3f05bcc8b0.tar.gz
gnunet-1940b899b3620786b0265144ab756a3f05bcc8b0.zip
start zklaim service
Diffstat (limited to 'src/include/gnunet_reclaim_attribute_lib.h')
-rw-r--r--src/include/gnunet_reclaim_attribute_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_reclaim_attribute_lib.h b/src/include/gnunet_reclaim_attribute_lib.h
index df5356d76..9b928328e 100644
--- a/src/include/gnunet_reclaim_attribute_lib.h
+++ b/src/include/gnunet_reclaim_attribute_lib.h
@@ -50,6 +50,12 @@ extern "C"
50#define GNUNET_RECLAIM_ATTRIBUTE_TYPE_STRING 1 50#define GNUNET_RECLAIM_ATTRIBUTE_TYPE_STRING 1
51 51
52 52
53/**
54 * ZKlaim attribute.
55 */
56#define GNUNET_RECLAIM_ATTRIBUTE_TYPE_ZKLAIM 2
57
58
53 59
54/** 60/**
55 * An attribute. 61 * An attribute.