- doxygen
[oweals/gnunet.git] / src / mesh / mesh_block_lib.c
index e56aa5725ae7a72108d43796822a6864d0e03c18..b9c187e3771441df3fb5a9f29041449e48bfb22c 100644 (file)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001 - 2011 Christian Grothoff (and other contributing authors)
+     (C) 2012 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
@@ -35,12 +35,14 @@ extern "C"
 #include "mesh_block_lib.h"
 
 /**
- * Iterator over edges in a block.
+ * Noop iterator over all edges in a block.
  *
- * @param cls Closure.
+ * @param cls Closure, not used.
  * @param token Token that follows to next state.
  * @param len Lenght of token.
  * @param key Hash of next state.
+ * 
+ * @return GNUNET_YES, to keep iterating
  */
 static int
 check_edge (void *cls,
@@ -128,4 +130,4 @@ GNUNET_MESH_regex_block_iterate (void *cls,
 }
 #endif
 
-/* end of mesh_protocol.h */
+/* end of mesh_block_lib.c */