Support for PuTTY-style command-line arguments in Unix PuTTY. I
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index ddecf9e..68e722e 100644 (file)
--- 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 *, ...);