aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2014-01-20 21:21:15 +0000
committerFlorian Dold <florian.dold@gmail.com>2014-01-20 21:21:15 +0000
commitc4cbae1ce9a09bb669148f683a70cc7dafb6798e (patch)
tree265d27f48cb3bd5b9015b8461595765fbd40ee17 /src/gns/gns.h
parenta163e338127ae9ed4ef6049dca9dbaddf1ce8c92 (diff)
downloadgnunet-c4cbae1ce9a09bb669148f683a70cc7dafb6798e.tar.gz
gnunet-c4cbae1ce9a09bb669148f683a70cc7dafb6798e.zip
- document string termination
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index b3cd10304..a8402b196 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -85,7 +85,7 @@ struct GNUNET_GNS_ClientLookupMessage
85 */ 85 */
86 struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key; 86 struct GNUNET_CRYPTO_EcdsaPrivateKey shorten_key;
87 87
88 /* Followed by the name to look up */ 88 /* Followed by the zero-terminated name to look up */
89}; 89};
90 90
91 91