aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_plugin_transport_udp.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-01-19 14:11:52 +0000
committerNathan S. Evans <evans@in.tum.de>2010-01-19 14:11:52 +0000
commitfff6dc1db59348e426b4c6cc5a5729080d93a163 (patch)
tree44a375d969b668d63e4d9f4e3f1d41bf341b95aa /src/transport/test_plugin_transport_udp.c
parent71c69f178dd8ad00e917c8724c4f2417f8d9648f (diff)
downloadgnunet-fff6dc1db59348e426b4c6cc5a5729080d93a163.tar.gz
gnunet-fff6dc1db59348e426b4c6cc5a5729080d93a163.zip
remove comments
Diffstat (limited to 'src/transport/test_plugin_transport_udp.c')
-rw-r--r--src/transport/test_plugin_transport_udp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_plugin_transport_udp.c b/src/transport/test_plugin_transport_udp.c
index 85740c256..27140a311 100644
--- a/src/transport/test_plugin_transport_udp.c
+++ b/src/transport/test_plugin_transport_udp.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2009 Christian Grothoff (and other contributing authors) 3 (C) 2010 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -22,6 +22,7 @@
22 * @brief testcase for transport_api.c 22 * @brief testcase for transport_api.c
23 * @author Sailor Siraj 23 * @author Sailor Siraj
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * @author Nathan Evans
25 */ 26 */
26 27
27#include "platform.h" 28#include "platform.h"