summaryrefslogtreecommitdiff
path: root/lib/gnutls_handshake.h
diff options
context:
space:
mode:
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,