--- np2/macosx/Attic/dialogutils.h 2003/10/24 19:19:58 1.1 +++ np2/macosx/Attic/dialogutils.h 2003/10/30 19:39:52 1.3 @@ -6,8 +6,18 @@ * */ +#ifdef __cplusplus +extern "C" { +#endif void endLoop(WindowRef window); ControlRef getControlRefByID(OSType sign, int id, WindowRef win); void SetInitialTabState(WindowRef theWindow, UInt16 pane, int max); short changeTab(WindowRef window, UInt16 pane); +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); + +#ifdef __cplusplus +} +#endif