X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.h;h=3696548987bbbd3426a48de34fa6984fc6706e3d;hb=7705fc4470b76ec7979dc00e5c97efd720d5e335;hp=6f46bdcd3c9aef4fe6964ff84d237ce98ffc0587;hpb=e22a72c66a2d876f2ebe4bd6384b246af92cda4d;p=PuTTY.git diff --git a/psftp.h b/psftp.h index 6f46bdcd..36965489 100644 --- a/psftp.h +++ b/psftp.h @@ -48,11 +48,10 @@ int ssh_sftp_loop_iteration(void); char *ssh_sftp_get_cmdline(const char *prompt, int backend_required); /* - * Platform-specific function called after the command line has been - * processed, so that any per-platform initialisation such as process - * ACL setup can be done. + * Platform-specific function called when we're about to make a + * network connection. */ -void platform_psftp_post_option_setup(void); +void platform_psftp_pre_conn_setup(void); /* * The main program in psftp.c. Called from main() in the platform-