summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-24 20:25:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-24 20:25:45 +0200
commit8b6d6bcf6977f32360396d4d4deb797f4ed8050d (patch)
tree6eb458b5af008198ddb9a2d3ee5e68ec9982f80e
parent451680971317d571b6df8eb284b45655a445a83b (diff)
downloadgnutls-8b6d6bcf6977f32360396d4d4deb797f4ed8050d.tar.gz
updated doc
-rw-r--r--lib/gnutls_ui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 7f5133362d..b5c0eb9400 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -742,7 +742,8 @@ gnutls_anon_set_params_function (gnutls_anon_server_credentials_t res,
* @filename: the name of the file to load
* @data: Where the file will be stored
*
- * This function will load a file into a datum.
+ * This function will load a file into a datum. The data are
+ * zero terminated but the terminating null is not included in length.
* The returned data are allocated using gnutls_malloc().
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise