libssh2_sftp_symlink.3 (708B)
1.TH libssh2_sftp_symlink 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2" 2.SH NAME 3libssh2_sftp_symlink - convenience macro for \fIlibssh2_sftp_symlink_ex(3)\fP 4.SH SYNOPSIS 5.nf 6#include <libssh2.h> 7#include <libssh2_sftp.h> 8 9#define libssh2_sftp_symlink(sftp, orig, linkpath) \\ 10 libssh2_sftp_symlink_ex((sftp), (orig), strlen(orig), (linkpath), \\ 11 strlen(linkpath), LIBSSH2_SFTP_SYMLINK) 12.fi 13.SH DESCRIPTION 14This is a macro defined in a public libssh2 header file that is using the 15underlying function \fIlibssh2_sftp_symlink_ex(3)\fP. 16.SH RETURN VALUE 17See \fIlibssh2_sftp_symlink_ex(3)\fP 18.SH ERRORS 19See \fIlibssh2_sftp_symlink_ex(3)\fP 20.SH SEE ALSO 21.BR libssh2_sftp_symlink_ex(3)