-fixing #2405
[oweals/gnunet.git] / src / namestore / namestore.h
index c7af82dc3c876c60fb06efed39911b0efb570e5c..5a42c14d70abec23f68ff76bc537aac37cf21cc1 100644 (file)
@@ -46,6 +46,7 @@
 #define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_NEXT 447
 #define GNUNET_MESSAGE_TYPE_NAMESTORE_ZONE_ITERATION_STOP 448
 
+
 /**
  * Convert a short hash to a string (for printing debug messages).
  * This is one of the very few calls in the entire API that is
@@ -57,6 +58,7 @@
 const char *
 GNUNET_short_h2s (const struct GNUNET_CRYPTO_ShortHashCode * hc);
 
+
 /**
  * Sign name and records
  *
@@ -75,6 +77,7 @@ GNUNET_NAMESTORE_create_signature (const struct GNUNET_CRYPTO_RsaPrivateKey *key
     const struct GNUNET_NAMESTORE_RecordData *rd,
     unsigned int rd_count);
 
+
 /**
  * Compares if two records are equal
  *