]> git.proxmox.com Git - rustc.git/blob - src/vendor/libssh2-sys/libssh2/docs/libssh2_sftp_unlink.3
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / libssh2-sys / libssh2 / docs / libssh2_sftp_unlink.3
1 .TH libssh2_sftp_unlink 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2 manual"
2 .SH NAME
3 libssh2_sftp_unlink - convenience macro for \fIlibssh2_sftp_unlink_ex(3)\fP calls
4 .SH SYNOPSIS
5 #include <libssh2.h>
6
7 int libssh2_sftp_unlink(LIBSSH2_SFTP *sftp, const char *filename);
8
9 .SH DESCRIPTION
10 This is a macro defined in a public libssh2 header file that is using the
11 underlying function \fIlibssh2_sftp_unlink_ex(3)\fP.
12 .SH RETURN VALUE
13 See \fIlibssh2_sftp_unlink_ex(3)\fP
14 .SH ERRORS
15 See \fIlibssh2_sftp_unlink_ex(3)\fP
16 .SH SEE ALSO
17 .BR libssh2_sftp_unlink_ex(3)