1gnutls_check_version(3)             gnutls             gnutls_check_version(3)
2
3
4

NAME

6       gnutls_check_version - This function checks the library's version
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       const char * gnutls_check_version(const char * req_version);
12

ARGUMENTS

14       const char * req_version
15                   the version to check
16

DESCRIPTION

18       Check  that  the version of the library is at minimum the requested one
19       and return the version string; return NULL if the condition is not sat‐
20       isfied.   If  a  NULL is passed to this function, no check is done, but
21       the version string is simply returned.
22
23       See LIBGNUTLS_VERSION for a suitable req_version string.
24

RETURN VALUE

26       Version string of run-time library, or NULL  if  the  run-time  library
27       does  not  meet the required version number.  If NULL is passed to this
28       function no check is done and only the version string is returned.
29

REPORTING BUGS

31       Report bugs to <bug-gnutls@gnu.org>.
32
34       Copyright © 2006 Free Software Foundation.
35       Permission is granted to make and distribute verbatim  copies  of  this
36       manual  provided  the  copyright  notice and this permission notice are
37       preserved on all copies.
38

SEE ALSO

40       The full documentation for gnutls is maintained as  a  Texinfo  manual.
41       If  the  info  and gnutls programs are properly installed at your site,
42       the command
43
44              info gnutls
45
46       should give you access to the complete manual.
47
48
49
50gnutls                               1.6.3             gnutls_check_version(3)
Impressum