geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
335 B

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