Added Pageant, a first-attempt PuTTY authentication agent
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 1505477..6143643 100644 (file)
--- 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