/* ************************************************************** */ /* * HP3458UI.H * * Zachary Wolf * 8/15/98 */ #ifndef __HP3458UI_HEADER #define __HP3458UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void hp3458ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif