New timing infrastructure. There's a new function schedule_timer()
[u/mdw/putty] / psftp.h
diff --git a/psftp.h b/psftp.h
index 0034f84..6ce24e8 100644 (file)
--- a/psftp.h
+++ b/psftp.h
@@ -33,6 +33,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.
  */