From b2fcef3fad96703715b70cfed59c109858d36cdb Mon Sep 17 00:00:00 2001 From: Abdelrahman Yossef Date: Wed, 28 Feb 2024 03:44:40 +0200 Subject: [PATCH] updated documentation of sftp_tell64 Signed-off-by: Abdelrahman Youssef Reviewed-by: Jakub Jelen --- include/libssh/sftp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/libssh/sftp.h b/include/libssh/sftp.h index d7924390..754a54c3 100644 --- a/include/libssh/sftp.h +++ b/include/libssh/sftp.h @@ -855,8 +855,7 @@ LIBSSH_API unsigned long sftp_tell(sftp_file file); * @param file Open sftp file handle. * * @return The offset of the current byte relative to the beginning - * of the file associated with the file descriptor. < 0 on - * error. + * of the file associated with the file descriptor. */ LIBSSH_API uint64_t sftp_tell64(sftp_file file);