]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.h
... and there's a Unix port of PSCP. Ooh.
[PuTTY.git] / psftp.h
diff --git a/psftp.h b/psftp.h
index 8eb11877771b902eee33bc01f4232d14affbafe4..44911f59e7ea2ba5cb04c4c292f12536fd3715cc 100644 (file)
--- a/psftp.h
+++ b/psftp.h
@@ -141,4 +141,10 @@ void finish_wildcard_matching(WildcardMatcher *dir);
  */\r
 int create_directory(char *name);\r
 \r
+/*\r
+ * Concatenate a directory name and a file name. The way this is\r
+ * done will depend on the OS.\r
+ */\r
+char *dir_file_cat(char *dir, char *file);\r
+\r
 #endif /* PUTTY_PSFTP_H */\r