summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls.h.in.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls.h.in.in b/lib/gnutls.h.in.in
index 2dbaa22941..72c2eb9d6c 100644
--- a/lib/gnutls.h.in.in
+++ b/lib/gnutls.h.in.in
@@ -442,8 +442,12 @@ gnutls_global_set_mem_functions(gnutls_alloc_function alloc_func,
/* For use in callbacks */
extern gnutls_alloc_function gnutls_malloc;
+extern gnutls_alloc_function gnutls_secure_malloc;
+extern gnutls_realloc_function gnutls_realloc;
extern gnutls_calloc_function gnutls_calloc;
extern gnutls_free_function gnutls_free;
+
+extern void *(*gnutls_calloc) (size_t, size_t);
extern char* (*gnutls_strdup)( const char*);
typedef void (*gnutls_log_func)( int, const char*);