diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-02-18 23:59:36 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-02-18 23:59:36 +0100 |
commit | 258d52ffb0112f457fa2503493b9f353d08bdf24 (patch) | |
tree | e5351adf2e783ac727c136a67f7cc9aa250e561b /lib/system.h | |
parent | 09e0737359ca51974b427ad12bb5bec4ed031e8b (diff) | |
download | gnutls-258d52ffb0112f457fa2503493b9f353d08bdf24.tar.gz |
Several updates for DTLS (client side only) to work.
Diffstat (limited to 'lib/system.h')
-rw-r--r-- | lib/system.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/system.h b/lib/system.h index 860bca80f9..6ec4e83204 100644 --- a/lib/system.h +++ b/lib/system.h @@ -8,6 +8,7 @@ #endif int system_errno (gnutls_transport_ptr); +int system_recv_timeout(gnutls_transport_ptr ptr, size_t ms); #ifdef _WIN32 ssize_t system_write (gnutls_transport_ptr ptr, const void *data, |