aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_connection.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-03-10 09:52:41 +0000
committerBart Polot <bart@net.in.tum.de>2014-03-10 09:52:41 +0000
commit7aa33c55ce654ed8fecc23279706eb78e111b9c8 (patch)
tree29af0b507856607af7270363b0803c6b88249702 /src/mesh/gnunet-service-mesh_connection.h
parent648d510769215979f5c3287e72915ff276bebe24 (diff)
downloadgnunet-7aa33c55ce654ed8fecc23279706eb78e111b9c8.tar.gz
gnunet-7aa33c55ce654ed8fecc23279706eb78e111b9c8.zip
- use MeshHash
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 f4722a6fc..ec11cb8ab 100644
--- a/src/mesh/gnunet-service-mesh_connection.h
+++ b/src/mesh/gnunet-service-mesh_connection.h
@@ -289,7 +289,7 @@ GMC_destroy (struct MeshConnection *c);
289 * 289 *
290 * @return ID of the connection. 290 * @return ID of the connection.
291 */ 291 */
292const struct GNUNET_HashCode * 292const struct GNUNET_MeshHash *
293GMC_get_id (const struct MeshConnection *c); 293GMC_get_id (const struct MeshConnection *c);
294 294
295/** 295/**