aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_container_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_container_lib.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_container_lib.h')
-rw-r--r--src/include/gnunet_container_lib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_container_lib.h b/src/include/gnunet_container_lib.h
index cad85d016..0c7f60a7a 100644
--- a/src/include/gnunet_container_lib.h
+++ b/src/include/gnunet_container_lib.h
@@ -239,7 +239,7 @@ struct GNUNET_CONTAINER_MetaData;
239 239
240/** 240/**
241 * Create a fresh MetaData token. 241 * Create a fresh MetaData token.
242 * 242 *
243 * @return empty meta-data container 243 * @return empty meta-data container
244 */ 244 */
245struct GNUNET_CONTAINER_MetaData * 245struct GNUNET_CONTAINER_MetaData *
@@ -247,7 +247,7 @@ GNUNET_CONTAINER_meta_data_create (void);
247 247
248/** 248/**
249 * Duplicate a MetaData token. 249 * Duplicate a MetaData token.
250 * 250 *
251 * @param md what to duplicate 251 * @param md what to duplicate
252 * @return duplicate meta-data container 252 * @return duplicate meta-data container
253 */ 253 */
@@ -289,7 +289,7 @@ GNUNET_CONTAINER_meta_data_test_equal (const struct GNUNET_CONTAINER_MetaData
289 * used in the main libextractor library and yielding 289 * used in the main libextractor library and yielding
290 * meta data). 290 * meta data).
291 * @param type libextractor-type describing the meta data 291 * @param type libextractor-type describing the meta data
292 * @param format basic format information about data 292 * @param format basic format information about data
293 * @param data_mime_type mime-type of data (not of the original file); 293 * @param data_mime_type mime-type of data (not of the original file);
294 * can be NULL (if mime-type is not known) 294 * can be NULL (if mime-type is not known)
295 * @param data actual meta-data found 295 * @param data actual meta-data found
@@ -999,7 +999,7 @@ GNUNET_CONTAINER_heap_remove_root (struct GNUNET_CONTAINER_Heap *heap);
999 999
1000/** 1000/**
1001 * Removes a node from the heap. 1001 * Removes a node from the heap.
1002 * 1002 *
1003 * @param node node to remove 1003 * @param node node to remove
1004 * @return element data stored at the node, NULL if heap is empty 1004 * @return element data stored at the node, NULL if heap is empty
1005 */ 1005 */
@@ -1047,12 +1047,12 @@ enum GNUNET_CONTAINER_SListDisposition
1047 1047
1048 1048
1049/** 1049/**
1050 * Handle to a singly linked list 1050 * Handle to a singly linked list
1051 */ 1051 */
1052struct GNUNET_CONTAINER_SList; 1052struct GNUNET_CONTAINER_SList;
1053 1053
1054/** 1054/**
1055 * Handle to a singly linked list iterator 1055 * Handle to a singly linked list iterator
1056 */ 1056 */
1057struct GNUNET_CONTAINER_SList_Iterator; 1057struct GNUNET_CONTAINER_SList_Iterator;
1058 1058