From: Nikos Mavrogiannopoulos Date: Sun, 24 Jun 2012 18:25:45 +0000 (+0200) Subject: updated doc X-Git-Tag: gnutls_3_0_21~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b6d6bcf6977f32360396d4d4deb797f4ed8050d;p=thirdparty%2Fgnutls.git updated doc --- 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