aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:28:43 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-10-18 08:28:43 +0000
commit1fef804b0f4fbf25ec58de0757156f9d7d1179d2 (patch)
tree24f1986476353eea30ad7c140f5f3ec2615b03de /src
parent38345a3bf8f5709ab91a2c5a50c53186b3d0909a (diff)
downloadgnunet-1fef804b0f4fbf25ec58de0757156f9d7d1179d2.tar.gz
gnunet-1fef804b0f4fbf25ec58de0757156f9d7d1179d2.zip
doxygen
Diffstat (limited to 'src')
-rw-r--r--src/ats/libgnunet_plugin_ats_mlp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats/libgnunet_plugin_ats_mlp.h b/src/ats/libgnunet_plugin_ats_mlp.h
index 9fa23f96a..b113e3ec3 100644
--- a/src/ats/libgnunet_plugin_ats_mlp.h
+++ b/src/ats/libgnunet_plugin_ats_mlp.h
@@ -18,7 +18,7 @@
18 */ 18 */
19 19
20/** 20/**
21 * @file ats/libgnunet_plugin_ats_mlp..h 21 * @file ats/libgnunet_plugin_ats_mlp.h
22 * @brief ats MLP problem solver 22 * @brief ats MLP problem solver
23 * @author Matthias Wachs 23 * @author Matthias Wachs
24 * @author Christian Grothoff 24 * @author Christian Grothoff
@@ -384,7 +384,7 @@ GAS_mlp_solve_problem (void *solver);
384 * @param bw_changed_cb callback for changed bandwidth amounts 384 * @param bw_changed_cb callback for changed bandwidth amounts
385 * @param bw_changed_cb_cls cls for callback 385 * @param bw_changed_cb_cls cls for callback
386 * @param get_preference callback to get relative preferences for a peer 386 * @param get_preference callback to get relative preferences for a peer
387 * @param get_preference callback to get relative preferences for a peer 387 * @param get_preference_cls cls for callback to get relative preferences for a peer
388 * @param get_properties callback to get relative properties 388 * @param get_properties callback to get relative properties
389 * @param get_properties_cls cls for callback to get relative properties 389 * @param get_properties_cls cls for callback to get relative properties
390 * @return struct GAS_MLP_Handle on success, NULL on fail 390 * @return struct GAS_MLP_Handle on success, NULL on fail