aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index b7f0f306a..d6b491db3 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -53,15 +53,9 @@ struct GNUNET_GNS_ClientLookupMessage
53 /** 53 /**
54 * the type of record to look up 54 * the type of record to look up
55 */ 55 */
56 // FIXME: bad type 56 // FIXME: bad type - should be of GNUNET_GNS_RecordType
57 int type; 57 int type;
58 58
59 /**
60 * Length of name to lookup
61 * // FIXME: redundant
62 */
63 uint32_t namelen;
64
65 /* Followed by the name to look up */ 59 /* Followed by the name to look up */
66}; 60};
67 61