diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-28 19:53:36 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-28 19:53:36 +0200 |
commit | 2794e0a002add8c88433279713ad90c7ada9af00 (patch) | |
tree | f79eca643fb3d71dc19539e73c1fe5a9be597ce5 /lib/gnutls_str.c | |
parent | 03c4de6e90a7f3dab2fa3dc7485c3c02bf78446d (diff) | |
download | gnutls-2794e0a002add8c88433279713ad90c7ada9af00.tar.gz |
Doc markup for newly added APIs.
Diffstat (limited to 'lib/gnutls_str.c')
-rw-r--r-- | lib/gnutls_str.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gnutls_str.c b/lib/gnutls_str.c index d566f99ce5..723d6f30eb 100644 --- a/lib/gnutls_str.c +++ b/lib/gnutls_str.c @@ -281,6 +281,8 @@ _gnutls_bin2hex (const void *_old, size_t oldlen, * Convert a buffer with hex data to binary data. * * Returns: %GNUTLS_E_SUCCESS on success, otherwise an error. + * + * Since: 2.4.0 **/ int gnutls_hex2bin (const char * hex_data, |