Add a new back-end function to return the exit code of the remote
[u/mdw/putty] / putty.h
diff --git a/putty.h b/putty.h
index 28639a9..266d6ac 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -214,6 +214,7 @@ typedef struct {
     void (*size) (void);
     void (*special) (Telnet_Special code);
     Socket(*socket) (void);
+    int (*exitcode) (void);
     int (*sendok) (void);
     int (*ldisc) (int);
     /*