]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
hello_ext.h: removed non-existant function definition
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 20 Sep 2017 09:51:10 +0000 (11:51 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 19 Feb 2018 14:29:34 +0000 (15:29 +0100)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/hello_ext.h

index 884ce86490aa7e6d2128766c800e2394afb7286d..058e56405321b6af24c7d0f8c4d61c6b27a2506e 100644 (file)
@@ -117,8 +117,6 @@ typedef struct hello_ext_entry_st {
        unsigned cannot_be_overriden;
 } hello_ext_entry_st;
 
-int _gnutls_ext_register(hello_ext_entry_st *);
-
 /* Checks if the extension @id provided has been requested
  * by us (in client side). In that case it returns non-zero,
  * otherwise zero.