logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gss_check_version - API function

Arguments

       const char * req_version
                   version string to compare with, or NULL

Description

       Check that the version of the library is at minimum the one given as a string in req_version.

Name

       gss_check_version - API function

Reporting Bugs

       Report     bugs     to     <bug-gss@gnu.org>.      GNU    Generic    Security    Service    home    page:
       http://www.gnu.org/software/gss/ General help using GNU software: http://www.gnu.org/gethelp/

Return Value

       The actual version string of the library; NULL if the
         condition is not met.  If NULL is passed to this function no
         check is done and only the version string is returned.

See Also

       The  full  documentation  for  gss  is  maintained as a Texinfo manual.  If the info and gss programs are
       properly installed at your site, the command

              infogss

       should give you access to the complete manual.

gss                                                   1.0.4                                 gss_check_version(3)

Synopsis

#include<gss.h>constchar*gss_check_version(constchar*req_version);

Warning

       This function is a GNU GSS specific extension, and is not part of the official GSS API.

See Also