summaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-22 20:17:03 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-22 20:17:03 +0000
commit143302edf35a68e3c5b906468f101428c53d7a81 (patch)
tree8b2c23aba70654fb9383fceb424be0f71e34f0bc /src/gns/gns_api.c
parent9ff7395ac8884bec3d4cfc6ef2cd3215c1743873 (diff)
downloadgnunet-143302edf35a68e3c5b906468f101428c53d7a81.tar.gz
gnunet-143302edf35a68e3c5b906468f101428c53d7a81.zip
-new comments for resolver
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index e31b53ef2..50f616716 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -142,16 +142,6 @@ struct GNUNET_GNS_LookupHandle
142}; 142};
143 143
144/** 144/**
145 * A GNS Record.
146 */
147struct GNUNET_GNS_Record
148{
149 enum GNUNET_GNS_RecordType type;
150 /* Followed by data array. Format determined by type */
151 char *data;
152};
153
154/**
155 * Connection to the GNS service. 145 * Connection to the GNS service.
156 */ 146 */
157struct GNUNET_GNS_Handle 147struct GNUNET_GNS_Handle