/* ************************************************************** */ /* * VRZ404UI.H * * Zachary Wolf * 4/4/01 */ #ifndef __VRZ404UI_HEADER #define __VRZ404UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void vrz404ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif