X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fd5e5847eb0f834ce8124f0574bd3cfaf878db53..2ed9fb8a1161813bd21e396475d4810f27fac7eb:/putty.h diff --git a/putty.h b/putty.h index fce1ebc6..39dfc946 100644 --- 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