aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_gnsrecord_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-10 14:43:46 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-10 14:43:46 +0000
commit2f9bbed9ec4a4e631e585e4d2facde5a326d928c (patch)
treef507e3113ad7c062d1c7e20804e7ef7588a7b40e /src/include/gnunet_gnsrecord_lib.h
parent26cf681cd2fb59b62f8c6de139e00aa15eaf2ec3 (diff)
downloadgnunet-2f9bbed9ec4a4e631e585e4d2facde5a326d928c.tar.gz
gnunet-2f9bbed9ec4a4e631e585e4d2facde5a326d928c.zip
- update
Diffstat (limited to 'src/include/gnunet_gnsrecord_lib.h')
-rw-r--r--src/include/gnunet_gnsrecord_lib.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_gnsrecord_lib.h b/src/include/gnunet_gnsrecord_lib.h
index a2c97a826..d52054909 100644
--- a/src/include/gnunet_gnsrecord_lib.h
+++ b/src/include/gnunet_gnsrecord_lib.h
@@ -85,6 +85,18 @@ extern "C"
85 */ 85 */
86#define GNUNET_GNSRECORD_TYPE_PHONE 65543 86#define GNUNET_GNSRECORD_TYPE_PHONE 65543
87 87
88/**
89 * Record type for identity attributes (of IDENTITY).
90 */
91#define GNUNET_GNSRECORD_TYPE_ID_ATTR 65544
92
93/**
94 * Record type for an identity token (of IDENTITY).
95 */
96#define GNUNET_GNSRECORD_TYPE_ID_TOKEN 65545
97
98
99
88 100
89/** 101/**
90 * Flags that can be set for a record. 102 * Flags that can be set for a record.