X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.h;h=3696548987bbbd3426a48de34fa6984fc6706e3d;hb=7a0a404eb8e79d8e5de740a06a08824cc918d4c8;hp=57a821ab19da7522c773a19792423662a4f132b6;hpb=3ad0c89feca43af8c4e8ddb913bc232ad4fb5521;p=PuTTY.git diff --git a/psftp.h b/psftp.h index 57a821ab..36965489 100644 --- a/psftp.h +++ b/psftp.h @@ -47,6 +47,12 @@ int ssh_sftp_loop_iteration(void); */ char *ssh_sftp_get_cmdline(const char *prompt, int backend_required); +/* + * Platform-specific function called when we're about to make a + * network connection. + */ +void platform_psftp_pre_conn_setup(void); + /* * The main program in psftp.c. Called from main() in the platform- * specific code, after doing any platform-specific initialisation.