View | Details | Raw Unified | Return to bug 428 | Differences between
and this patch

Collapse All | Expand All

(-)../openssh-3.4p1/sftp-client.h (-1 / +4 lines)
Lines 90-97 Link Here
90
/* Rename 'oldpath' to 'newpath' */
90
/* Rename 'oldpath' to 'newpath' */
91
int do_symlink(struct sftp_conn *, char *, char *);
91
int do_symlink(struct sftp_conn *, char *, char *);
92
/* Download symlink 'path' */
93
int do_getlink(struct sftp_conn *, char *);
94
92
/* Return target of symlink 'path' - caller must free result */
95
/* Return target of symlink 'path' - caller must free result */
93
char *do_readlink(struct sftp_conn *, char *);
96
char *do_readlink(struct sftp_conn *, char *, Attrib *);
94
/* XXX: add callbacks to do_download/do_upload so we can do progress meter */
97
/* XXX: add callbacks to do_download/do_upload so we can do progress meter */

Return to bug 428