]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - putty.h
Support for PuTTY-style command-line arguments in Unix PuTTY. I
[PuTTY.git] / putty.h
diff --git a/putty.h b/putty.h
index ddecf9e8c549f9a2dc7eec3f059c4f3ca21c9fbd..68e722e35021830f2f97b1054bcfd544c109dfd7 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 *, ...);