gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30455 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r30455 - gnunet/src/include
Date: Tue, 29 Oct 2013 13:35:26 +0100

Author: grothoff
Date: 2013-10-29 13:35:25 +0100 (Tue, 29 Oct 2013)
New Revision: 30455

Modified:
   gnunet/src/include/gnunet_container_lib.h
Log:
-indent

Modified: gnunet/src/include/gnunet_container_lib.h
===================================================================
--- gnunet/src/include/gnunet_container_lib.h   2013-10-29 10:41:46 UTC (rev 
30454)
+++ gnunet/src/include/gnunet_container_lib.h   2013-10-29 12:35:25 UTC (rev 
30455)
@@ -68,7 +68,8 @@
  * @return #GNUNET_YES if next was updated
  *         #GNUNET_NO if there are no more entries
  */
-typedef int (*GNUNET_HashCodeIterator) (void *cls, struct GNUNET_HashCode * 
next);
+typedef int (*GNUNET_HashCodeIterator) (void *cls,
+                                        struct GNUNET_HashCode *next);
 
 
 /**
@@ -84,7 +85,8 @@
  * @return the bloomfilter
  */
 struct GNUNET_CONTAINER_BloomFilter *
-GNUNET_CONTAINER_bloomfilter_load (const char *filename, size_t size,
+GNUNET_CONTAINER_bloomfilter_load (const char *filename,
+                                   size_t size,
                                    unsigned int k);
 
 
@@ -103,7 +105,8 @@
  * @return the bloomfilter
  */
 struct GNUNET_CONTAINER_BloomFilter *
-GNUNET_CONTAINER_bloomfilter_init (const char *data, size_t size,
+GNUNET_CONTAINER_bloomfilter_init (const char *data,
+                                   size_t size,
                                    unsigned int k);
 
 
@@ -117,8 +120,7 @@
  * @return #GNUNET_SYSERR if the data array of the wrong size
  */
 int
-GNUNET_CONTAINER_bloomfilter_get_raw_data (const struct
-                                           GNUNET_CONTAINER_BloomFilter *bf,
+GNUNET_CONTAINER_bloomfilter_get_raw_data (const struct 
GNUNET_CONTAINER_BloomFilter *bf,
                                            char *data, size_t size);
 
 
@@ -131,8 +133,8 @@
  * @return #GNUNET_YES if the element is in the filter, #GNUNET_NO if not
  */
 int
-GNUNET_CONTAINER_bloomfilter_test (const struct GNUNET_CONTAINER_BloomFilter
-                                   *bf, const struct GNUNET_HashCode * e);
+GNUNET_CONTAINER_bloomfilter_test (const struct GNUNET_CONTAINER_BloomFilter 
*bf,
+                                   const struct GNUNET_HashCode *e);
 
 
 /**
@@ -144,7 +146,7 @@
  */
 void
 GNUNET_CONTAINER_bloomfilter_add (struct GNUNET_CONTAINER_BloomFilter *bf,
-                                  const struct GNUNET_HashCode * e);
+                                  const struct GNUNET_HashCode *e);
 
 
 /**
@@ -156,7 +158,7 @@
  */
 void
 GNUNET_CONTAINER_bloomfilter_remove (struct GNUNET_CONTAINER_BloomFilter *bf,
-                                     const struct GNUNET_HashCode * e);
+                                     const struct GNUNET_HashCode *e);
 
 
 /**
@@ -167,8 +169,7 @@
  * @return copy of bf
  */
 struct GNUNET_CONTAINER_BloomFilter *
-GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter
-                                   *bf);
+GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter 
*bf);
 
 
 
@@ -192,8 +193,7 @@
  * @return number of bytes used for the data of the bloom filter
  */
 size_t
-GNUNET_CONTAINER_bloomfilter_get_size (const struct 
GNUNET_CONTAINER_BloomFilter
-                                       *bf);
+GNUNET_CONTAINER_bloomfilter_get_size (const struct 
GNUNET_CONTAINER_BloomFilter *bf);
 
 
 /**
@@ -235,8 +235,7 @@
  */
 int
 GNUNET_CONTAINER_bloomfilter_or2 (struct GNUNET_CONTAINER_BloomFilter *bf,
-                                  const struct GNUNET_CONTAINER_BloomFilter
-                                  *to_or);
+                                  const struct GNUNET_CONTAINER_BloomFilter 
*to_or);
 
 /**
  * @ingroup bloomfilter
@@ -308,10 +307,8 @@
  * @return #GNUNET_YES if they are equal
  */
 int
-GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData
-                                       *md1,
-                                       const struct GNUNET_CONTAINER_MetaData
-                                       *md2);
+GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData 
*md1,
+                                       const struct GNUNET_CONTAINER_MetaData 
*md2);
 
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]