~ubuntu-branches/ubuntu/vivid/libssh2/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/libssh2_agent_free.3

  • Committer: Bazaar Package Importer
  • Author(s): Mikhail Gusarov
  • Date: 2010-02-28 13:11:14 UTC
  • mto: (1.1.6 upstream) (2.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20100228131114-g8d2ps9p1u8i80s3
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

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