aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_connection.h')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.h b/src/mesh/gnunet-service-mesh_connection.h
index 5db12f2fb..4e423e7ee 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -78,7 +78,7 @@ GMC_destroy (struct MeshConnection *c);
78 * Count connections in a DLL. 78 * Count connections in a DLL.
79 */ 79 */
80unsigned int 80unsigned int
81GMC_count (const struct MeshConnection *head); 81GMC_count (const struct MeshConnection *head);
82 82
83/** 83/**
84 * Send FWD keepalive packets for a connection. 84 * Send FWD keepalive packets for a connection.