Support, on Unix only (so far), for OpenSSH-style generic proxying
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 93a10c7..1a02dbc 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -224,7 +224,7 @@ enum {
     /*
      * Proxy types.
      */
-    PROXY_NONE, PROXY_HTTP, PROXY_SOCKS, PROXY_TELNET
+    PROXY_NONE, PROXY_HTTP, PROXY_SOCKS, PROXY_TELNET, PROXY_CMD
 };
 
 enum {