diff options
Diffstat (limited to 'src/fileops.h')
-rw-r--r-- | src/fileops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fileops.h b/src/fileops.h index dc87814..5066508 100644 --- a/src/fileops.h +++ b/src/fileops.h @@ -19,7 +19,6 @@ struct mdir_struct { }; typedef struct mdir_struct MDIR; - MDIR *mscp_opendir(const char *path, sftp_session sftp); MDIR *mscp_opendir_wrapped(const char *path); void mscp_closedir(MDIR *md); @@ -34,7 +33,6 @@ int mscp_stat_wrapped(const char *path, struct stat *st); int mscp_lstat(const char *path, struct stat *st, sftp_session sftp); int mscp_lstat_wrapped(const char *path, struct stat *st); - /* file operations */ struct mf_struct { |