Add the ability to close sessions. This adds *_free() functions to most
[u/mdw/putty] / ssh.h
diff --git a/ssh.h b/ssh.h
index 29c3c40..c819c55 100644 (file)
--- a/ssh.h
+++ b/ssh.h
@@ -272,6 +272,7 @@ extern char *x11_init(Socket *, char *, void *, void *, const char *, int,
 extern void x11_close(Socket);
 extern int x11_send(Socket, char *, int);
 extern void *x11_invent_auth(char *, int, char *, int, int);
+extern void x11_free_auth(void *);
 extern void x11_unthrottle(Socket s);
 extern void x11_override_throttle(Socket s, int enable);
 extern int x11_get_screen_number(char *display);