X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=psftp.h;fp=psftp.h;h=6f46bdcd3c9aef4fe6964ff84d237ce98ffc0587;hb=b0b5d5fbe63e982d6a230269a2e2a823e2586512;hp=57a821ab19da7522c773a19792423662a4f132b6;hpb=b4202c917a1e59dba2790463995959a2c2da745a;p=PuTTY.git diff --git a/psftp.h b/psftp.h index 57a821ab..6f46bdcd 100644 --- a/psftp.h +++ b/psftp.h @@ -47,6 +47,13 @@ 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. + */ +void platform_psftp_post_option_setup(void); + /* * The main program in psftp.c. Called from main() in the platform- * specific code, after doing any platform-specific initialisation.