aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-05 11:23:06 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-05 11:23:06 +0000
commit3066c800a6d6b6e16d6c174519025608b6f7f250 (patch)
treef6b216578bf89c7474b40c7566c267dabcdc2f0d /src/namestore/namestore.h
parente097895ea54b316c3ede8640f6dd49f864313a2d (diff)
downloadgnunet-3066c800a6d6b6e16d6c174519025608b6f7f250.tar.gz
gnunet-3066c800a6d6b6e16d6c174519025608b6f7f250.zip
-allow passing NULL for zone to iterate over all of our zones
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r--src/namestore/namestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h
index d54ab12a8..7d406df61 100644
--- a/src/namestore/namestore.h
+++ b/src/namestore/namestore.h
@@ -347,7 +347,7 @@ struct ZoneIterationStartMessage
347 struct GNUNET_NAMESTORE_Header gns_header; 347 struct GNUNET_NAMESTORE_Header gns_header;
348 348
349 /** 349 /**
350 * Zone key. 350 * Zone key. All zeros for "all zones".
351 */ 351 */
352 struct GNUNET_CRYPTO_EccPrivateKey zone; 352 struct GNUNET_CRYPTO_EccPrivateKey zone;
353 353