1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

sftp docs: show macro on macro page, only function on function page

The individual man pages for macros now show the full convenience
macro as defined, and then the man page for the actual function
only shows the function.
This commit is contained in:
Daniel Stenberg
2010-06-14 20:02:55 +02:00
parent 2fd044fdf5
commit 897f8463d8
6 changed files with 26 additions and 32 deletions

View File

@@ -12,14 +12,6 @@ int
libssh2_sftp_symlink_ex(LIBSSH2_SFTP *sftp, const char *path,
unsigned int path_len, char *target,
unsigned int target_len, int link_type);
int
libssh2_sftp_symlink(LIBSSH2_SFTP *sftp, const char *path, char *target);
int
libssh2_sftp_readlink(LIBSSH2_SFTP *sftp, const char *path, char *target,
unsigned int target_len);
int
libssh2_sftp_realpath(LIBSSH2_SFTP *sftp, const char *path, char *target,
unsigned int target_len);