- fixed string to address parsing
[oweals/gnunet.git] / src / include / gnunet_block_lib.h
index 8e7a59c8b1be0d74d7a932a894615107d49f5417..adc17751dd705212377d619034659aa24c25ef86 100644 (file)
@@ -93,7 +93,12 @@ enum GNUNET_BLOCK_Type
     /**
      * Block for storing .gnunet-domains
      */
-  GNUNET_BLOCK_TYPE_DNS = 10
+  GNUNET_BLOCK_TYPE_DNS = 10,
+
+    /**
+     * Block for storing record data
+     */
+  GNUNET_BLOCK_TYPE_GNS_NAMERECORD = 11
 };
 
 
@@ -238,8 +243,8 @@ GNUNET_BLOCK_get_key (struct GNUNET_BLOCK_Context *ctx,
  */
 struct GNUNET_CONTAINER_BloomFilter *
 GNUNET_BLOCK_construct_bloomfilter (int32_t bf_mutator,
-                                   const GNUNET_HashCode *seen_results,
-                                   unsigned int seen_results_count);
+                                    const GNUNET_HashCode * seen_results,
+                                    unsigned int seen_results_count);
 
 
 #if 0                           /* keep Emacsens' auto-indent happy */