summaryrefslogtreecommitdiff
path: root/lib/system.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-20 14:18:57 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-20 14:21:14 +0100
commit67f4dba6e394b599a1958db8d5c414d401e43382 (patch)
tree475d83bf7c78a0abefe5ee50d4143d1efd79426b /lib/system.h
parent84e265447ef5f6cada0db92b9f475ab83c2f25a9 (diff)
downloadgnutls-67f4dba6e394b599a1958db8d5c414d401e43382.tar.gz
Avoided waiting for peer's retransmission to ensure receipt of finished messages, and used a 'timer'-like to retransmit packets.
Diffstat (limited to 'lib/system.h')
-rw-r--r--lib/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.h b/lib/system.h
index bdda73e4ca..b1f556557a 100644
--- a/lib/system.h
+++ b/lib/system.h
@@ -8,7 +8,7 @@
#endif
int system_errno (gnutls_transport_ptr_t);
-int system_recv_timeout(gnutls_transport_ptr_t ptr,void*data, size_t, unsigned int ms);
+int system_recv_timeout(gnutls_transport_ptr_t ptr, unsigned int ms);
#ifdef _WIN32
ssize_t system_write (gnutls_transport_ptr_t ptr, const void *data,