diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-06 17:29:14 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-06 17:29:14 +0000 |
commit | 1b325d7dcc37ec06c5db5dd4425fbc80f8604926 (patch) | |
tree | 3321b9d463e823a4539aaa90c20c3e00476d135c /lib/gnutls_db.c | |
parent | e9ba5c4963ce480ffa49cb74d2ae3d985a097df0 (diff) | |
download | gnutls-1b325d7dcc37ec06c5db5dd4425fbc80f8604926.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib/gnutls_db.c')
-rw-r--r-- | lib/gnutls_db.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c index 601f6bad2f..404afea8c5 100644 --- a/lib/gnutls_db.c +++ b/lib/gnutls_db.c @@ -40,7 +40,7 @@ * 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_get_malloc_function(). + * gnutls_global_get_malloc_function(). * * The first argument to store_function() will be null unless gnutls_db_set_ptr() * has been called. |