diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-08-02 22:37:24 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-08-03 00:35:20 +0200 |
commit | bc4910722e2957d7ad8400a8bfe347a00411cf7b (patch) | |
tree | 47db3bda08522f5b643755abe045687678920845 /lib/locks.c | |
parent | 71a81fe65148b540f36ad0c48cfb774873e1bf92 (diff) | |
download | gnutls-bc4910722e2957d7ad8400a8bfe347a00411cf7b.tar.gz |
More GTK-DOC improvements.
Diffstat (limited to 'lib/locks.c')
-rw-r--r-- | lib/locks.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/locks.c b/lib/locks.c index 5254edbdaa..38f572fabf 100644 --- a/lib/locks.c +++ b/lib/locks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Free Software Foundation, Inc. + * Copyright (C) 2010, 2011 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * @@ -44,6 +44,7 @@ * * This function must be called before gnutls_global_init(). * + * Since: 2.12.0 **/ void gnutls_global_set_mutex (mutex_init_func init, mutex_deinit_func deinit, |