summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/compat.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 11:22:15 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-03-12 11:22:15 +0100
commit55a1235fcc59736d052250aa5118fbcd896ed244 (patch)
tree9ef4b8be0090eb24a520a8522ebe885717879870 /lib/includes/gnutls/compat.h
parent97391c4fda9e79f0a59cb7b414f019694487c05c (diff)
downloadgnutls-55a1235fcc59736d052250aa5118fbcd896ed244.tar.gz
gnutls_transport_set_lowat() is no more.
Diffstat (limited to 'lib/includes/gnutls/compat.h')
-rw-r--r--lib/includes/gnutls/compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/includes/gnutls/compat.h b/lib/includes/gnutls/compat.h
index 504e1d674a..9399e0b01e 100644
--- a/lib/includes/gnutls/compat.h
+++ b/lib/includes/gnutls/compat.h
@@ -22,6 +22,9 @@
/* gnutls_connection_end_t was made redundant in 2.99.0 */
#define gnutls_connection_end_t unsigned int
+/* no longer valid since 2.99.0 */
+#define gnutls_transport_set_lowat(session, num)
+
/* Stuff deprected in 2.x */
#define gnutls_cipher_algorithm gnutls_cipher_algorithm_t
#define gnutls_kx_algorithm gnutls_kx_algorithm_t