aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_client.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-05-29 02:39:55 +0000
commit36ccc5b502d85f9fcf212e30fa9f1a0787de73ab (patch)
tree4020c41421f7a5df3cee172e128a07047eaf3848 /src/util/test_client.c
parent9bf34bae8102d0c20b36008ce10c2695a658c4d5 (diff)
downloadgnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.tar.gz
gnunet-36ccc5b502d85f9fcf212e30fa9f1a0787de73ab.zip
removing server from argument list, other minor fixes
Diffstat (limited to 'src/util/test_client.c')
-rw-r--r--src/util/test_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/test_client.c b/src/util/test_client.c
index 5c2e552e9..3545b9fa9 100644
--- a/src/util/test_client.c
+++ b/src/util/test_client.c
@@ -70,7 +70,6 @@ copy_msg (void *cls, size_t size, void *buf)
70 */ 70 */
71static void 71static void
72echo_cb (void *cls, 72echo_cb (void *cls,
73 struct GNUNET_SERVER_Handle *server,
74 struct GNUNET_SERVER_Client *client, 73 struct GNUNET_SERVER_Client *client,
75 const struct GNUNET_MessageHeader *message) 74 const struct GNUNET_MessageHeader *message)
76{ 75{