aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-16 20:38:29 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-02-16 20:38:29 +0000
commit349d176da232e5fdc6afd9c90ae02bf928365ac0 (patch)
tree0b3dd606f9e9f10d1c45d4113eead668648c99ce /src/gns/gns.h
parentf49e139a6fbcde654b2130e78665e48712713612 (diff)
downloadgnunet-349d176da232e5fdc6afd9c90ae02bf928365ac0.tar.gz
gnunet-349d176da232e5fdc6afd9c90ae02bf928365ac0.zip
- removed add, other feedback
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