aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-23 15:03:53 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-23 15:03:53 +0000
commit49a261c6967a57fe5ddc0c25d4edcacb94bcd598 (patch)
treea2b63d941eceb0ef8d3912fc08cd2f4dbc7a442a /src/gns/gns.h
parent0cabde03978a09aa336071eab6aedfb0aa68672f (diff)
downloadgnunet-49a261c6967a57fe5ddc0c25d4edcacb94bcd598.tar.gz
gnunet-49a261c6967a57fe5ddc0c25d4edcacb94bcd598.zip
-make it compile against new api, added parser utils borrowed from dnsparser
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index ae7a1c670..cb47c817a 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -29,19 +29,6 @@
29GNUNET_NETWORK_STRUCT_BEGIN 29GNUNET_NETWORK_STRUCT_BEGIN
30 30
31/** 31/**
32 * Equivalent to GNUNET_DNSPARSER_Record
33 * FIXME typedef?
34 */
35struct GNUNET_GNS_Record
36{
37 //struct GNUNET_DNSPARSER_Record record;
38
39 //enum GNUNET_NAMESTORE_RecordFlags flags;
40
41 const struct GNUNET_NAMESTORE_SignatureLocation *sig_loc;
42
43};
44/**
45 * Message from client to GNS service to lookup records. 32 * Message from client to GNS service to lookup records.
46 */ 33 */
47struct GNUNET_GNS_ClientLookupMessage 34struct GNUNET_GNS_ClientLookupMessage