summaryrefslogtreecommitdiff
path: root/lib/gnutls_mem.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
committerSimon Josefsson <simon@josefsson.org>2005-04-14 15:49:10 +0000
commit1509a7678ed012c0eaa7fd26f9caae9fb9ad0998 (patch)
tree7d6020094f90d57c98a633f639da2502a36c8204 /lib/gnutls_mem.h
parentbd6013b3b417f489d112e99e562e7a4c17c099a5 (diff)
downloadgnutls-1509a7678ed012c0eaa7fd26f9caae9fb9ad0998.tar.gz
Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.
Now lib/gnutls_int.h start by including gnutls/gnutls.h, to check prototypes during compile time. More cleanups are expected.
Diffstat (limited to 'lib/gnutls_mem.h')
-rw-r--r--lib/gnutls_mem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gnutls_mem.h b/lib/gnutls_mem.h
index 7f693310e9..ef04a388c5 100644
--- a/lib/gnutls_mem.h
+++ b/lib/gnutls_mem.h
@@ -55,11 +55,6 @@ typedef void svoid; /* for functions that allocate using gnutls_secure_malloc *
# endif
#endif /* HAVE_ALLOCA */
-typedef void *(*gnutls_alloc_function) (size_t);
-typedef int (*gnutls_is_secure_function) (const void *);
-typedef void (*gnutls_free_function) (void *);
-typedef void *(*gnutls_realloc_function) (void *, size_t);
-
extern gnutls_alloc_function gnutls_secure_malloc;
extern gnutls_alloc_function gnutls_malloc;
extern gnutls_free_function gnutls_free;