summaryrefslogtreecommitdiff
path: root/lib/gnutls_db.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-07 11:19:53 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-12-07 11:19:53 +0000
commit8293b7b08c24d6ebd54ebb52baeced2ce818bc03 (patch)
tree9ec71394c53cb0ed4913d951a8217716f24abc1a /lib/gnutls_db.c
parentefd797cea0202dd68c970bb089e86625089f435b (diff)
downloadgnutls-8293b7b08c24d6ebd54ebb52baeced2ce818bc03.tar.gz
Exported the more convenient gnutls_malloc() and gnutls_free() functions. Actually pointers to functions.
Diffstat (limited to 'lib/gnutls_db.c')
-rw-r--r--lib/gnutls_db.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c
index 404afea8c5..3a67bdca61 100644
--- a/lib/gnutls_db.c
+++ b/lib/gnutls_db.c
@@ -39,8 +39,8 @@
* sessions database. This function must return a gnutls_datum containing the
* data on success, or a gnutls_datum containing null and 0 on failure.
*
- * The datum's data must be allocated using the function returned by
- * gnutls_global_get_malloc_function().
+ * The datum's data must be allocated using the function
+ * gnutls_malloc().
*
* The first argument to store_function() will be null unless gnutls_db_set_ptr()
* has been called.