-fix 2447
[oweals/gnunet.git] / src / gns / gns.h
index e856a33126eaeaeb0213b5d7302bd05991e77a7a..49bfd9093143ab200f0c1ec5de0fcfddb081cb4b 100644 (file)
@@ -133,6 +133,16 @@ struct GNUNET_GNS_ClientShortenMessage
    * If use_default_zone is empty this zone is used for lookup
    */
   struct GNUNET_CRYPTO_ShortHashCode zone;
+
+  /**
+   * Shorten zone
+   */
+  struct GNUNET_CRYPTO_ShortHashCode shorten_zone;
+
+  /**
+   * Private zone
+   */
+  struct GNUNET_CRYPTO_ShortHashCode private_zone;
   
   /* Followed by the name to shorten up */
 };