From: Nikos Mavrogiannopoulos Date: Tue, 21 Oct 2014 18:02:23 +0000 (+0200) Subject: added prototype to avoid compiler warning X-Git-Tag: gnutls_3_4_0~765 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d3e5a6bc5e75d29f7ac3ee52ecd2d9b21fae5459;p=thirdparty%2Fgnutls.git added prototype to avoid compiler warning --- diff --git a/lib/gnutls_state.h b/lib/gnutls_state.h index 89d40e037e..da419a2d99 100644 --- a/lib/gnutls_state.h +++ b/lib/gnutls_state.h @@ -45,6 +45,11 @@ _gnutls_record_set_default_version(gnutls_session_t session, unsigned char major, unsigned char minor); +void +_gnutls_hello_set_default_version(gnutls_session_t session, + unsigned char major, + unsigned char minor); + #include #define CHECK_AUTH(auth, ret) if (gnutls_auth_get_type(session) != auth) { \