--- np2/macosx/dialog/dialogutils.h 2003/10/31 16:55:06 1.1 +++ np2/macosx/dialog/dialogutils.h 2003/11/06 18:27:59 1.2 @@ -17,6 +17,8 @@ short changeTab(WindowRef window, UInt16 pascal OSStatus changeSlider(ControlRef theControl, WindowRef theWindow, short base); void uncheckAllPopupMenuItems(OSType ID, short max, WindowRef win); void setjmper(BYTE *board, BYTE value, BYTE bit); +void getFieldText(ControlRef cRef, char* buffer); +UINT32 getFieldValue(ControlRef cRef); #ifdef __cplusplus }