summaryrefslogtreecommitdiff
path: root/lib/random.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-08-02 22:37:24 +0200
committerSimon Josefsson <simon@josefsson.org>2011-08-03 00:35:20 +0200
commitbc4910722e2957d7ad8400a8bfe347a00411cf7b (patch)
tree47db3bda08522f5b643755abe045687678920845 /lib/random.c
parent71a81fe65148b540f36ad0c48cfb774873e1bf92 (diff)
downloadgnutls-bc4910722e2957d7ad8400a8bfe347a00411cf7b.tar.gz
More GTK-DOC improvements.
Diffstat (limited to 'lib/random.c')
-rw-r--r--lib/random.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/random.c b/lib/random.c
index 04867322d0..5d85ba8f95 100644
--- a/lib/random.c
+++ b/lib/random.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008, 2010 Free Software Foundation, Inc.
+ * Copyright (C) 2008, 2010, 2011 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
@@ -61,13 +61,13 @@ _gnutls_rnd_deinit (void)
* @data: place to store random bytes
* @len: The requested size
*
- * This function will generate random data and store it
- * to output buffer.
+ * This function will generate random data and store it to output
+ * buffer.
*
* Returns: Zero or a negative error code on error.
*
+ * Since: 2.12.0
**/
-
int
gnutls_rnd (gnutls_rnd_level_t level, void *data, size_t len)
{