- fixes, intendation
[oweals/gnunet.git] / src / gns / gnunet-service-gns_shorten.h
index f99d465f9abc57003421112f33ed774c90d861bd..f98fb26a04f2a68cba6dcae0c71fa36834adcd10 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2009-2013 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2009-2013 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -62,8 +62,9 @@ GNS_shorten_done (void);
  */
 void
 GNS_shorten_start (const char *original_label,
-                  const struct GNUNET_CRYPTO_EcdsaPublicKey *pub,
-                  const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone);
+                   const char *suggested_label,
+                   const struct GNUNET_CRYPTO_EcdsaPublicKey *pub,
+                   const struct GNUNET_CRYPTO_EcdsaPrivateKey *shorten_zone);
 
 
 #endif