summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 22:57:52 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 22:57:52 +0000
commit80e32f226d91930cf95cd8f913674b3302050f6b (patch)
treeaae3b215241aa89b102c41f47fd21b8f4d6091eb
parented4706b9b1d037724d8bb9a3d74b5523ad3b8983 (diff)
downloadgnutls-80e32f226d91930cf95cd8f913674b3302050f6b.tar.gz
Moved from gnutls_mem.h.
-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*);