Implement dlg_end().
[u/mdw/putty] / mac / mac.h
index d453de7..0f08922 100644 (file)
--- a/mac/mac.h
+++ b/mac/mac.h
@@ -71,6 +71,7 @@ union macctrl;
 
 struct macctrls {
     WindowPtr          window;
+    void               (*end)(WindowPtr, int);
     tree234            *byctrl;
     void               *data; /* private data for config box */
     unsigned int       npanels;