diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-28 12:22:34 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-28 12:22:34 +0200 |
commit | 2420374efd096f6da32caa69f4454c28ff8c2654 (patch) | |
tree | 75a1cfa4da229d5ff99ef3e9a0ce72e49b966cf7 /lib/gnutls_buffers.h | |
parent | 2d456754d32a5590a9314a925d79f0c9466708d2 (diff) | |
download | gnutls-2420374efd096f6da32caa69f4454c28ff8c2654.tar.gz |
Fix warnings.
Diffstat (limited to 'lib/gnutls_buffers.h')
-rw-r--r-- | lib/gnutls_buffers.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/gnutls_buffers.h b/lib/gnutls_buffers.h index aaafde0da6..b21ac5be93 100644 --- a/lib/gnutls_buffers.h +++ b/lib/gnutls_buffers.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2008 Free Software Foundation * * Author: Nikos Mavrogiannopoulos * @@ -63,5 +63,3 @@ ssize_t _gnutls_handshake_io_send_int (gnutls_session_t, content_type_t, const void *, size_t); ssize_t _gnutls_io_write_flush (gnutls_session_t session); ssize_t _gnutls_handshake_io_write_flush (gnutls_session_t session); - -size_t gnutls_record_check_pending (gnutls_session_t session); |