diff options
Diffstat (limited to 'sftp-client.h')
-rw-r--r-- | sftp-client.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp-client.h b/sftp-client.h index ba92ad01a..967840b9c 100644 --- a/sftp-client.h +++ b/sftp-client.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sftp-client.h,v 1.24 2013/10/17 00:30:13 djm Exp $ */ | 1 | /* $OpenBSD: sftp-client.h,v 1.25 2014/04/21 14:36:16 logan Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> | 4 | * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> |
@@ -120,13 +120,13 @@ int download_dir(struct sftp_conn *, char *, char *, Attrib *, int, | |||
120 | * Upload 'local_path' to 'remote_path'. Preserve permissions and times | 120 | * Upload 'local_path' to 'remote_path'. Preserve permissions and times |
121 | * if 'pflag' is set | 121 | * if 'pflag' is set |
122 | */ | 122 | */ |
123 | int do_upload(struct sftp_conn *, char *, char *, int, int); | 123 | int do_upload(struct sftp_conn *, char *, char *, int, int, int); |
124 | 124 | ||
125 | /* | 125 | /* |
126 | * Recursively upload 'local_directory' to 'remote_directory'. Preserve | 126 | * Recursively upload 'local_directory' to 'remote_directory'. Preserve |
127 | * times if 'pflag' is set | 127 | * times if 'pflag' is set |
128 | */ | 128 | */ |
129 | int upload_dir(struct sftp_conn *, char *, char *, int, int, int); | 129 | int upload_dir(struct sftp_conn *, char *, char *, int, int, int, int); |
130 | 130 | ||
131 | /* Concatenate paths, taking care of slashes. Caller must free result. */ | 131 | /* Concatenate paths, taking care of slashes. Caller must free result. */ |
132 | char *path_append(char *, char *); | 132 | char *path_append(char *, char *); |