From 1f09f4f7716db5939ec1c9a278b5661616dd72d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 15 May 2012 00:49:26 +0000 Subject: -help seaspider some more --- src/transport/plugin_transport_smtp.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/transport/plugin_transport_smtp.c') diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c index b589e1177..609b11596 100644 --- a/src/transport/plugin_transport_smtp.c +++ b/src/transport/plugin_transport_smtp.c @@ -774,7 +774,7 @@ api_associate (GNUNET_TSession * tsession) * frequency limits to SMTP in the future!). */ static int -api_test_would_try (GNUNET_TSession * tsession, const unsigned int size, +api_test_would_try (GNUNET_TSession * tsession, unsigned int size, int important) { return GNUNET_OK; /* we always try... */ @@ -785,10 +785,8 @@ api_test_would_try (GNUNET_TSession * tsession, const unsigned int size, * returns the smtp transport API. */ GNUNET_TransportAPI * -inittransport_smtp (GNUNET_CoreAPIForTransport * core) +inittransport_smtp (struct GNUNET_CoreAPIForTransport * core) { - - unsigned long long mtu; struct sigaction sa; -- cgit v1.2.3