psftp is an interactive program and the ssh.c flags should reflect
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index fce1ebc..39dfc94 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -333,6 +333,7 @@ typedef struct {
     /* Selection options */
     int mouse_is_xterm;
     int rawcnp;
+    int mouse_override;
     short wordness[256];
     /* translations */
     VT_Mode vtmode;
@@ -555,5 +556,11 @@ void crypto_wrapup();
 void agent_query(void *in, int inlen, void **out, int *outlen);
 int agent_exists(void);
 
+/*
+ * Exports from wildcard.c
+ */
+const char *wc_error(int value);
+int wc_match(const char *wildcard, const char *target);
+int wc_unescape(char *output, const char *wildcard);
 
 #endif