aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-13 17:15:52 +0000
commitcee04ec80653f8fecf198d8fe14dc73f84b53524 (patch)
treeaeca1509c9ccd350fc25eb998f25a3c5427107b0 /src/include/gnunet_transport_service.h
parent3b2be11385b8b4626b86d4438008eb0508f856fa (diff)
downloadgnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.tar.gz
gnunet-cee04ec80653f8fecf198d8fe14dc73f84b53524.zip
- coverity errors
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 5889b4a72..5c939a009 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -285,10 +285,8 @@ struct GNUNET_TRANSPORT_AddressToStringContext;
285 * 285 *
286 * @param cfg configuration to use 286 * @param cfg configuration to use
287 * @param address address to convert (binary format) 287 * @param address address to convert (binary format)
288 * @param addressLen number of bytes in address
289 * @param numeric should (IP) addresses be displayed in numeric form 288 * @param numeric should (IP) addresses be displayed in numeric form
290 * (otherwise do reverse DNS lookup) 289 * (otherwise do reverse DNS lookup)
291 * @param nameTrans name of the transport to which the address belongs
292 * @param timeout how long is the lookup allowed to take at most 290 * @param timeout how long is the lookup allowed to take at most
293 * @param aluc function to call with the results 291 * @param aluc function to call with the results
294 * @param aluc_cls closure for aluc 292 * @param aluc_cls closure for aluc