aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-08-12 13:35:25 +0000
committerBart Polot <bart@net.in.tum.de>2013-08-12 13:35:25 +0000
commite35a51347df23fbeeec613c437ea7241a50aba0c (patch)
tree7764075799e0be7d8eb34511f3acca2cadcdc061 /src
parent4b210b2242e28da3d01f5d904bc92c898b000bbc (diff)
downloadgnunet-e35a51347df23fbeeec613c437ea7241a50aba0c.tar.gz
gnunet-e35a51347df23fbeeec613c437ea7241a50aba0c.zip
- missing header...
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_mesh_service_enc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_mesh_service_enc.h b/src/include/gnunet_mesh_service_enc.h
index cd43d08b3..5402aa668 100644
--- a/src/include/gnunet_mesh_service_enc.h
+++ b/src/include/gnunet_mesh_service_enc.h
@@ -275,14 +275,14 @@ union MeshChannelInfo {
275 * Get information about a channel. 275 * Get information about a channel.
276 * 276 *
277 * @param channel Channel handle. 277 * @param channel Channel handle.
278 * @param option Query, as listed in src/mesh/mesh.h (GNUNET_MESH_OPTION_*) 278 * @param option Query type GNUNET_MESH_OPTION_*
279 * @param ... dependant on option, currently not used 279 * @param ... dependant on option, currently not used
280 * 280 *
281 * @return Union with an answer to the query. 281 * @return Union with an answer to the query.
282 */ 282 */
283const union MeshChannelInfo * 283const union MeshChannelInfo *
284GNUNET_MESH_channel_get_info (struct GNUNET_MESH_Channel *channel, 284GNUNET_MESH_channel_get_info (struct GNUNET_MESH_Channel *channel,
285 enum MeshChannelOption option, ...); 285 enum MeshOption option, ...);
286 286
287 287
288/** 288/**