]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - psftp.h
New timing infrastructure. There's a new function schedule_timer()
[PuTTY.git] / psftp.h
diff --git a/psftp.h b/psftp.h
index 0034f84a54454f9deaba331f104baf99e5b37298..6ce24e8fe69ae1261492c98f4fcffafb3c9b6692 100644 (file)
--- a/psftp.h
+++ b/psftp.h
@@ -32,6 +32,12 @@ void get_file_times(char *filename, unsigned long *mtime,
  */
 int ssh_sftp_loop_iteration(void);
 
+/*
+ * Read a command line for PSFTP from standard input. Caller must
+ * free.
+ */
+char *ssh_sftp_get_cmdline(char *prompt);
+
 /*
  * The main program in psftp.c. Called from main() in the platform-
  * specific code, after doing any platform-specific initialisation.