summaryrefslogtreecommitdiff
path: root/src/fileops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileops.h')
-rw-r--r--src/fileops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileops.h b/src/fileops.h
index 8dc6e5b..cd35992 100644
--- a/src/fileops.h
+++ b/src/fileops.h
@@ -45,7 +45,7 @@ typedef struct mf_struct mf;
mf *mscp_open(const char *path, int flags, mode_t mode, sftp_session sftp);
void mscp_close(mf *f);
-int mscp_lseek(mf *f, size_t off);
+off_t mscp_lseek(mf *f, off_t off);
/* mscp_setstat() involves chmod and truncate. It executes both at
* once via a single SFTP command (sftp_setstat()).