cscg24-guacamole

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

libssh2_agent_free.3 (489B)


      1.\"
      2.\" Copyright (c) 2009 by Daiki Ueno
      3.\"
      4.TH libssh2_agent_free 3 "28 May 2009" "libssh2" "libssh2"
      5.SH NAME
      6libssh2_agent_free - free an ssh-agent handle
      7.SH SYNOPSIS
      8.nf
      9#include <libssh2.h>
     10
     11void
     12libssh2_agent_free(LIBSSH2_AGENT *agent);
     13.fi
     14.SH DESCRIPTION
     15Free an ssh-agent handle.  This function also frees the internal
     16collection of public keys.
     17.SH RETURN VALUE
     18None.
     19.SH AVAILABILITY
     20Added in libssh2 1.2
     21.SH SEE ALSO
     22.BR libssh2_agent_init(3)
     23.BR libssh2_agent_disconnect(3)