summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-04 23:13:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-04 23:13:57 +0200
commit743dedcddb41d9a29a0e92fa85a24a5c270d5f01 (patch)
tree4571944eea982162653f507d981656fc0962076f /lib/gnutls_handshake.h
parent644082bbd239b8b4a1131c4548a2fef16eaf8eee (diff)
downloadgnutls-743dedcddb41d9a29a0e92fa85a24a5c270d5f01.tar.gz
More fixes for the rebase.
Diffstat (limited to 'lib/gnutls_handshake.h')
-rw-r--r--lib/gnutls_handshake.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/gnutls_handshake.h b/lib/gnutls_handshake.h
index 860afac234..4203b1000b 100644
--- a/lib/gnutls_handshake.h
+++ b/lib/gnutls_handshake.h
@@ -26,9 +26,6 @@
typedef enum Optional
{ OPTIONAL_PACKET, MANDATORY_PACKET } Optional;
-mbuffer_st* _gnutls_handshake_alloc(size_t size);
-mbuffer_st* _gnutls_handshake_realloc(mbuffer_st *bufel, size_t size);
-
int _gnutls_send_handshake (gnutls_session_t session, mbuffer_st *bufel,
gnutls_handshake_description_t type);
int _gnutls_recv_hello_request (gnutls_session_t session, void *data,