summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-09-20 11:51:10 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-10-10 14:10:22 +0200
commitd5b30d4b1ee121187a924aa48816cd2828fd5e1c (patch)
treee8cdd0e2fe26768a12392f97507e90b174d52f29
parent7caff477226c4bef99303ef8355ddb9db9f760b4 (diff)
downloadgnutls-d5b30d4b1ee121187a924aa48816cd2828fd5e1c.tar.gz
hello_ext.h: removed non-existant function definition
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/hello_ext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/hello_ext.h b/lib/hello_ext.h
index 884ce86490..058e564053 100644
--- a/lib/hello_ext.h
+++ b/lib/hello_ext.h
@@ -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.