aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_smtp.c')
-rw-r--r--src/transport/plugin_transport_smtp.c6
1 files changed, 2 insertions, 4 deletions
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)
774 * frequency limits to SMTP in the future!). 774 * frequency limits to SMTP in the future!).
775 */ 775 */
776static int 776static int
777api_test_would_try (GNUNET_TSession * tsession, const unsigned int size, 777api_test_would_try (GNUNET_TSession * tsession, unsigned int size,
778 int important) 778 int important)
779{ 779{
780 return GNUNET_OK; /* we always try... */ 780 return GNUNET_OK; /* we always try... */
@@ -785,10 +785,8 @@ api_test_would_try (GNUNET_TSession * tsession, const unsigned int size,
785 * returns the smtp transport API. 785 * returns the smtp transport API.
786 */ 786 */
787GNUNET_TransportAPI * 787GNUNET_TransportAPI *
788inittransport_smtp (GNUNET_CoreAPIForTransport * core) 788inittransport_smtp (struct GNUNET_CoreAPIForTransport * core)
789{ 789{
790
791
792 unsigned long long mtu; 790 unsigned long long mtu;
793 struct sigaction sa; 791 struct sigaction sa;
794 792