aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-03-30 12:26:58 +0000
committerBart Polot <bart@net.in.tum.de>2011-03-30 12:26:58 +0000
commit3612f20a379ee4b9e477e9990b47333aaba882de (patch)
tree15a2e42d8517ec26f02d3ef43aca20e881017681 /src/include
parentb65a354ccaaa682b861c69f5899669e70cba69cc (diff)
downloadgnunet-3612f20a379ee4b9e477e9990b47333aaba882de.tar.gz
gnunet-3612f20a379ee4b9e477e9990b47333aaba882de.zip
Changes to integrate mesh application_type re-definition
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 0c90f2105..2835d0abd 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -139,7 +139,7 @@ GNUNET_MESH_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
139 void *cls, 139 void *cls,
140 GNUNET_MESH_TunnelEndHandler cleaner, 140 GNUNET_MESH_TunnelEndHandler cleaner,
141 const struct GNUNET_MESH_MessageHandler *handlers, 141 const struct GNUNET_MESH_MessageHandler *handlers,
142 const GNUNET_MESH_ServiceType *stypes); 142 const GNUNET_MESH_ApplicationType *stypes);
143 143
144/** 144/**
145 * Get the peer on the other side of this tunnel if it is just one. Return NULL otherwise 145 * Get the peer on the other side of this tunnel if it is just one. Return NULL otherwise