-bump name to 97
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_channel.h
index 5e38fdb91fca46c90f54abbda02abd99d6218e94..5eadd60bd96daf9fac55c03dcf864d71afebb74d 100644 (file)
@@ -45,6 +45,14 @@ extern "C"
  */
 struct MeshChannel;
 
+/**
+ * Count channels in a DLL.
+ * 
+ * @param head Head of the DLL.
+ */
+unsigned int
+GMCH_count (const struct MeshChannel *head);
+
 /**
  * Send an end-to-end ACK message for the most recent in-sequence payload.
  *