X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fd5e5847eb0f834ce8124f0574bd3cfaf878db53..4eb24e3afad8d039e4dca20fb337977f0e436957:/putty.h diff --git a/putty.h b/putty.h index fce1ebc6..d8a6daf0 100644 --- a/putty.h +++ b/putty.h @@ -555,5 +555,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