libssh2_version man page on Manjaro

Man page or keyword search:  
man Server   11224 pages
apropos Keyword Search (all sections)
Output format
Manjaro logo
[printable version]

libssh2_version(3)		libssh2 manual		    libssh2_version(3)

NAME
       libssh2_version - return the libssh2 version number

SYNOPSIS
       #include <libssh2.h>

       const char * libssh2_version(int required_version);

DESCRIPTION
       If required_version is lower than or equal to the version number of the
       libssh2 in use, the version number of libssh2 is returned as a  pointer
       to a zero terminated string.

       The required_version should be the version number as constructed by the
       LIBSSH2_VERSION_NUM define in the libssh2.h public header  file,	 which
       is  a  24 bit number in the 0xMMmmpp format. MM for major, mm for minor
       and pp for patch number.

RETURN VALUE
       The version number of libssh2 is returned as a pointer to a zero termiā€
       nated string or NULL if the required_version isn't fulfilled.

EXAMPLE
       To make sure you run with the correct libssh2 version:

       if (!libssh2_version(LIBSSH2_VERSION_NUM)) {
	 fprintf (stderr, "Runtime libssh2 version too old!");
	 exit(1);
       }

       Unconditionally get the version number:

       printf("libssh2 version: %s", libssh2_version(0) );

AVAILABILITY
       This  function was added in libssh2 1.1, in previous versions there way
       no way to extract this info in run-time.

libssh2 1.1			  23 Feb 2009		    libssh2_version(3)
[top]

List of man pages available for Manjaro

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net