X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/0da1a7905bb03d899c94b3d3d9b25c9e61698390..46a3419bd5693b8b3e42290e370d10aa82c67b61:/putty.h diff --git a/putty.h b/putty.h index ddecf9e8..68e722e3 100644 --- a/putty.h +++ b/putty.h @@ -773,6 +773,7 @@ int cmdline_process_param(char *, char *, int, Config *); void cmdline_run_saved(Config *); extern char *cmdline_password; #define TOOLTYPE_FILETRANSFER 1 +#define TOOLTYPE_NONNETWORK 2 extern int cmdline_tooltype; void cmdline_error(char *, ...);