X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/31a61d2103dc77fb70f5ac9cd771cfd21fd7ee88..5c58ad2d1527936b4d30891497eef48bde0fe1f3:/putty.h diff --git a/putty.h b/putty.h index 15054779..6143643b 100644 --- a/putty.h +++ b/putty.h @@ -355,6 +355,12 @@ void crypto_wrapup(); #endif /* + * Exports from pageantc.c + */ +void agent_query(void *in, int inlen, void **out, int *outlen); +int agent_exists(void); + +/* * A debug system. */ #ifdef DEBUG