cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

libssh2_exit.3 (329B)


      1.TH libssh2_exit 3 "19 Mar 2010" "libssh2" "libssh2"
      2.SH NAME
      3libssh2_exit - global library deinitialization
      4.SH SYNOPSIS
      5.nf
      6#include <libssh2.h>
      7
      8void
      9libssh2_exit(void);
     10.fi
     11.SH DESCRIPTION
     12Exit the libssh2 functions and frees all memory used internal.
     13.SH AVAILABILITY
     14Added in libssh2 1.2.5
     15.SH SEE ALSO
     16.BR libssh2_init(3)